Skip to content

Commit 0c12713

Browse files
committed
Add workflow_dispatch
1 parent db70aa5 commit 0c12713

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)