fix: add workflow_dispatch trigger to npm publish workflow
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
name: Publish on npm
|
name: Publish on npm
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user