Skip to content

Commit fa93d16

Browse files
authored
Merge pull request #3 from SvMak/add-workflow-dispatch
add: workflow_dispatch to deploy action
2 parents 589af1a + da3bc60 commit fa93d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
# Review gh actions docs if you want to further define triggers, paths, etc
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)