From ba1534a2702e5bb03b6c1aa7032a292b203b1881 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Thu, 21 Nov 2024 20:24:58 +0100 Subject: [PATCH] ci: run gorelease checker on more branches --- .github/workflows/goreleaser-check.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser-check.yaml b/.github/workflows/goreleaser-check.yaml index 95e89d40..57e0cdf5 100644 --- a/.github/workflows/goreleaser-check.yaml +++ b/.github/workflows/goreleaser-check.yaml @@ -2,7 +2,9 @@ name: Check GoReleaser config on: push: branches: - - 'release-please--**' + - "release-please--**" + - "renovate/all-non-major-github-actions" + - master permissions: contents: read