aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 14:23:10 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 14:23:10 -0500
commit1fe355e1e14f099c594573db709555429464b204 (patch)
treebab1302ddcef30a492100ed6ba5d036dd81c9c26 /.github/workflows
parent60a9e99425b3cfe12cf9e4fdfd74430c638e16e0 (diff)
Only build on tag pushing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
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: