From c4d0e2cd154415c434c1a9ac94138e9e4e4291ad Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Tue, 26 Aug 2025 16:51:49 +0300 Subject: [PATCH] add release branches --- .github/workflows/component-test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/component-test.yaml b/.github/workflows/component-test.yaml index 1347db0fd..3ce975d47 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