Skip to content

Commit 0aebc4a

Browse files
authored
chore(ci): change master to master-annotation-based branch in workflow (#1301)
Signed-off-by: Cheng Fang <cfang@redhat.com>
1 parent f472629 commit 0aebc4a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Integration tests
22
on:
33
push:
44
branches:
5-
- 'master'
5+
- 'master-annotation-based'
66
- 'release-*'
77
pull_request:
88
branches:
9-
- 'master'
9+
- 'master-annotation-based'
1010

1111
jobs:
1212
check-go:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ master-annotation-based ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ master-annotation-based ]
2020
schedule:
2121
- cron: '38 0 * * 5'
2222

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and push image
33
on:
44
push:
55
branches:
6-
- master
6+
- master-annotation-based
77
pull_request:
88
branches:
9-
- master
9+
- master-annotation-based
1010
types: [ labeled, unlabeled, opened, synchronize, reopened ]
1111

1212
jobs:

0 commit comments

Comments
 (0)