mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
build binaries on release
This commit is contained in:
parent
a443e39def
commit
5035b0a109
5
.github/workflows/binaries_release.yml
vendored
5
.github/workflows/binaries_release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue