Skip to content

Commit 7df68e4

Browse files
feat(conponent-tests): add release branches to pipeline trigger (#684)
1 parent 838a43f commit 7df68e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/component-test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ on:
55
push:
66
branches:
77
- main
8+
- 'stable/*'
9+
- 'monthly/*'
810
pull_request:
911
branches:
1012
- main
13+
- 'stable/*'
14+
- 'monthly/*'
1115

1216
jobs:
1317
component-test:
@@ -62,7 +66,7 @@ jobs:
6266
helm repo add gitea-charts https://dl.gitea.com/charts/
6367
helm repo add mockserver https://www.mock-server.com
6468
65-
69+
6670
- name: Run KUTTL tests
6771
run: |
68-
cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml
72+
cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml

0 commit comments

Comments
 (0)