We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf45a4 commit dcc9a8fCopy full SHA for dcc9a8f
1 file changed
.github/workflows/submodule_dispatch_workflow.yml
@@ -1,5 +1,8 @@
1
name: Push submodule update dispatch event to droidboot_gui repo
2
-on: [ push, workflow_dispatch ]
+on:
3
+ push:
4
+ branches: [main]
5
+ workflow_dispatch:
6
jobs:
7
dispatch:
8
runs-on: ubuntu-latest
0 commit comments