Skip to content

Commit d1a0be1

Browse files
authored
Merge pull request #16 from SvMak/add-workflow-dispatch
add: dispatch to deploy workflow config
2 parents f3027ce + 6cd41b3 commit d1a0be1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
# Review gh actions docs if you want to further define triggers, paths, etc
8-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
7+
workflow_dispatch:
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)