aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-06 21:48:24 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-06 21:48:24 -0700
commit5035b0a1094141195a4d6c582cbf3c8eb314d62d (patch)
tree02e342975450c7a1578c56869376fd1acef71243
parenta443e39def82da7df62f28fc3fbf333744e872d7 (diff)
downloadseaweedfs-5035b0a1094141195a4d6c582cbf3c8eb314d62d.tar.xz
seaweedfs-5035b0a1094141195a4d6c582cbf3c8eb314d62d.zip
build binaries on release
-rw-r--r--.github/workflows/binaries_release.yml5
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: