Skip to content

Commit

Permalink
fix: static binary release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Mar 23, 2022
1 parent b9ffa3a commit 6449de9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: static-darwin

on:
push:
tags:
- 'v*'
release:
types:
- published
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/static-linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: static-linux

on:
push:
tags:
- 'v*'
release:
types:
- published
Expand Down

0 comments on commit 6449de9

Please sign in to comment.