From b1565db43a7d25be6a867b0fc81758f01772fe24 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 30 May 2024 06:34:45 +1000 Subject: [PATCH] ci: Run this workflow on tag push again. --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4b948220..1b13f339d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,11 @@ on: # goreleaser is put into snapshot mode when not on a tag pull_request: merge_group: - # Run when a tag is created, i.e. after the tag-release workflow. + # Run when a tag is pushed. + push: + tags: + - v* + # Run when a ref is created, i.e. after the tag-release workflow. # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#create create: