Skip to content

Commit 696df32

Browse files
committed
allow publish workflow to be activated manually
1 parent dbd8220 commit 696df32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- 'v*/main'
88

9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
912
jobs:
1013
build:
1114
# The type of runner that the job will run on

0 commit comments

Comments
 (0)