Skip to content

Commit 59f4ce9

Browse files
committed
ci: fix yaml (again)
1 parent 11e6f09 commit 59f4ce9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

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

89
env:
910
MAIN_BRANCH: master

0 commit comments

Comments
 (0)