Skip to content

Commit 60ab120

Browse files
authored
fix: Update sync-workflows.yml
1 parent c504062 commit 60ab120

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
name: Sync Workflows
88

99
on:
10-
pull_request:
11-
branches: [ "dev" ] # The branches below must be a subset of the branches above
10+
push:
11+
branches:
12+
- dev # The branches below must be a subset of the branches above
1213
workflow_dispatch:
1314

1415
jobs:

0 commit comments

Comments
 (0)