From fa1ba052d628604502d1982ced5011bfe26b998d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 20 Jan 2025 16:35:39 +0100 Subject: [PATCH] gha: Adjust release branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjust all workflows to also run on branches like `27.x` Signed-off-by: Paweł Gronowski (cherry picked from commit 81b0bb58ba6882ba06f7682e88c0d31339411e48) Signed-off-by: Paweł Gronowski --- .github/workflows/codeql.yml | 1 + .github/workflows/e2e.yml | 1 + .github/workflows/test.yml | 1 + .github/workflows/validate.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ef264a6982..a43aec63b5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,6 +14,7 @@ on: branches: - 'master' - '[0-9]+.[0-9]+' + - '[0-9]+.x' tags: - 'v*' pull_request: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 42a967defd..3dd85a3aff 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,6 +19,7 @@ on: branches: - 'master' - '[0-9]+.[0-9]+' + - '[0-9]+.x' tags: - 'v*' pull_request: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70bd4e1ea5..cd689d867d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,7 @@ on: branches: - 'master' - '[0-9]+.[0-9]+' + - '[0-9]+.x' tags: - 'v*' pull_request: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f5a32c714d..d36d291973 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -19,6 +19,7 @@ on: branches: - 'master' - '[0-9]+.[0-9]+' + - '[0-9]+.x' tags: - 'v*' pull_request: