Skip to content

Commit dcc9a8f

Browse files
committed
Make submodule GH Action only push on 'main'
1 parent 6cf45a4 commit dcc9a8f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/submodule_dispatch_workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Push submodule update dispatch event to droidboot_gui repo
2-
on: [ push, workflow_dispatch ]
2+
on:
3+
push:
4+
branches: [main]
5+
workflow_dispatch:
36
jobs:
47
dispatch:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)