Skip to content

Commit 45638e4

Browse files
authored
ci: Fix yaml (#7038)
Oops, nested the `pull_request` inside of the `push`!
1 parent b539b36 commit 45638e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/gitflow-sync-master.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Gitflow - Sync develop into master
22
on:
3-
push:
4-
pull_request:
5-
- types: [closed]
6-
- branches:
7-
- 'develop'
3+
pull_request:
4+
- types: [closed]
5+
- branches:
6+
- 'develop'
87

98
env:
109
MAIN_BRANCH: master

0 commit comments

Comments
 (0)