From b658baf4cb2b99971126521c6f380b146b1b0c5e Mon Sep 17 00:00:00 2001 From: m-timmermann Date: Thu, 28 Mar 2024 09:15:16 +0100 Subject: [PATCH] update-goreleaser * only trigger for v* tags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b30517d..988f67a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - '*' + - 'v*' jobs: goreleaser: runs-on: ubuntu-latest