Skip to content

Commit 091e8f3

Browse files
committed
chore: allow manual npm publish workflow trigger
1 parent 9c19c02 commit 091e8f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish to npm
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)