diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57bfc0e7..e9fa03a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ name: Release binaries on: - [push] + push: + tags: + - 'v*' jobs: linux-x86_64: @@ -78,7 +80,7 @@ jobs: - name: Install deps run: | brew update - brew install gmp libunistring bdw-gc xxd llvm binutils + brew install gmp libunistring bdw-gc llvm binutils - name: Build run: | |
