We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93155d commit b3a5153Copy full SHA for b3a5153
1 file changed
.github/workflows/dispatch-workflow.yml
@@ -1,9 +1,10 @@
1
name: dispatch-workflow
2
3
on:
4
- push:
5
- branches:
6
- - main
+ push:
+ branches:
+ - main
7
+ workflow_dispatch:
8
9
jobs:
10
dispatch:
0 commit comments