Skip to content

Commit 41002ba

Browse files
authored
Add workflow_dispatch trigger to publish.yml
1 parent f49a445 commit 41002ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish package to GitHub Packages
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch:
56

67
jobs:
78
publish:

0 commit comments

Comments
 (0)