Skip to content

Commit 62deaaa

Browse files
committed
chore: Add 'workflow_dispatch' event for 'npm-publish' action.
1 parent cb646eb commit 62deaaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Node.js Package
66
on:
77
release:
88
types: [created]
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)