From 02f1c46d186fa6ca083b035a3b5eb49a78fdbd67 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Fri, 27 Oct 2023 11:16:41 +0300 Subject: [PATCH] .github: use release-* release branch pattern. Signed-off-by: Krisztian Litkey --- .github/workflows/project-checks.yaml | 4 ++-- .github/workflows/publish-images.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project-checks.yaml b/.github/workflows/project-checks.yaml index cce056bb0..a9fc144b1 100644 --- a/.github/workflows/project-checks.yaml +++ b/.github/workflows/project-checks.yaml @@ -4,12 +4,12 @@ on: push: branches: - main - - "release/**" + - "release-*" - "test/**" pull_request: branches: - main - - "release/**" + - "release-*" env: GO_VERSION: "1.20.10" diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index e31709778..998dc8215 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - - release-** + - release-* tags: - v*