Skip to content

Commit 8fccbda

Browse files
committed
Automatically run tests on commits to 2.0-stable
Signed-off-by: Pete Wall <[email protected]>
1 parent 53bd510 commit 8fccbda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Integration Test
33
# yamllint disable-line rule:truthy
44
on:
55
push:
6-
branches: ["main"]
6+
branches: ["main", "2.0-stable"]
77
paths:
88
- 'charts/**'
99
- '!charts/k8s-monitoring-v1/**'

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint
33
# yamllint disable-line rule:truthy
44
on:
55
push:
6-
branches: ["main"]
6+
branches: ["main", "2.0-stable"]
77

88
pull_request:
99

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Unit Test
33
# yamllint disable-line rule:truthy
44
on:
55
push:
6-
branches: ["main"]
6+
branches: ["main", "2.0-stable"]
77
paths:
88
- 'charts/**'
99
- '!charts/k8s-monitoring-v1/**'

0 commit comments

Comments
 (0)