Skip to content

Commit 7b13f94

Browse files
authored
enable CI checks for release-1.3 branch (#3066)
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent b9d8b1a commit 7b13f94

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/consistency-check.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- release-*
78
pull_request:
8-
branches: [ master ]
9+
branches:
10+
- master
11+
- release-*
912

1013
jobs:
1114
# Check consistency between types.go and generated API.

.github/workflows/helm-lint.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- release-*
78
pull_request:
8-
branches: [ master ]
9+
branches:
10+
- master
11+
- release-*
912

1013
jobs:
1114
lint-test-helm-3-4:

.github/workflows/test-job.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- release-*
78
pull_request:
8-
branches: [ master ]
9+
branches:
10+
- master
11+
- release-*
912

1013
jobs:
1114
lint:

0 commit comments

Comments
 (0)