Skip to content

Commit a962fcd

Browse files
authored
Merge pull request #787 from abraham/workflow_dispatch
Add workflow_dispatch
2 parents db70aa5 + 0c12713 commit a962fcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish Package to npmjs
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56
jobs:
67
build:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)