diff --git a/.github/workflows/component-test.yaml b/.github/workflows/component-test.yaml index 1347db0f..3ce975d4 100644 --- a/.github/workflows/component-test.yaml +++ b/.github/workflows/component-test.yaml @@ -5,9 +5,13 @@ on: push: branches: - main + - 'stable/*' + - 'monthly/*' pull_request: branches: - main + - 'stable/*' + - 'monthly/*' jobs: component-test: @@ -62,7 +66,7 @@ jobs: helm repo add gitea-charts https://dl.gitea.com/charts/ helm repo add mockserver https://www.mock-server.com - + - name: Run KUTTL tests run: | - cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml \ No newline at end of file + cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml