Skip to content

Commit fb06235

Browse files
committed
ci: add workflow_dispatch trigger to npm-publish workflow
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 7bd9e87 commit fb06235

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Publish to npm
66
on:
77
release:
88
types: [published]
9+
workflow_dispatch:
910

1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)