Skip to content

Commit cf8f6c6

Browse files
committed
allow build triggering in the sync branch
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
1 parent 556b841 commit cf8f6c6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@ on:
66
- 'release-*'
77
- '!release-1.4'
88
- '!release-1.5'
9+
- 'sync-*'
10+
# - 'master'
11+
# - 'release-*'
12+
# - '!release-1.4'
13+
# - '!release-1.5'
914
pull_request:
1015
branches:
1116
- 'master'
1217
- 'release-*'
18+
- 'sync-*'
19+
# - 'master'
20+
# - 'release-*'
1321

1422
env:
1523
# Golang version to use across CI steps

0 commit comments

Comments
 (0)