diff options
| -rw-r--r-- | .github/workflows/binaries_release.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/binaries_release.yml b/.github/workflows/binaries_release.yml index 4ce94b765..353331b05 100644 --- a/.github/workflows/binaries_release.yml +++ b/.github/workflows/binaries_release.yml @@ -3,8 +3,9 @@ name: "go: build versioned binaries" on: - release: - types: [created] + push: + tags: + - '*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: |
