diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 14:23:10 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 14:23:10 -0500 |
| commit | 1fe355e1e14f099c594573db709555429464b204 (patch) | |
| tree | bab1302ddcef30a492100ed6ba5d036dd81c9c26 /.github/workflows/release.yml | |
| parent | 60a9e99425b3cfe12cf9e4fdfd74430c638e16e0 (diff) | |
Only build on tag pushing
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 234d0685..45b02e08 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: |
