build binaries on release

This commit is contained in:
Chris Lu 2021-09-06 21:48:24 -07:00
parent a443e39def
commit 5035b0a109

View file

@ -3,8 +3,9 @@
name: "go: build versioned binaries" name: "go: build versioned binaries"
on: on:
release: push:
types: [created] tags:
- '*'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: