Skip to content

Commit 5af0cf0

Browse files
authored
Merge pull request #70 from rocky-linux/07-29-fix_workflow_dispatch_not_-dispatch
fix: workflow_dispatch, not -dispatch
2 parents 5a2abb5 + b95e507 commit 5af0cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
workflow-dispatch:
10+
workflow_dispatch:
1111
repository_dispatch:
1212
types: [remote_deploy]
1313

0 commit comments

Comments
 (0)