From d87f7820e4df03d99cb3d13e034ec283a6a74bd2 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 24 Aug 2023 16:15:25 +1000 Subject: [PATCH] Update release-binaries.yml --- .github/workflows/release-binaries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index ebe454eb..703d1478 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -1,5 +1,7 @@ name: GoReleaser on: + push: + pull_request: release: types: [ published ] workflow_dispatch: @@ -27,3 +29,4 @@ jobs: args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GORELEASER_CURRENT_TAG: v1.16.0