aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 14:27:16 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 14:27:16 -0500
commit1836d095f88ff83d9499c1e979362352a1fa400b (patch)
tree88ba774226c8e281aa0f0db7c4f367a497c663be /.github/workflows
parent1fe355e1e14f099c594573db709555429464b204 (diff)
Minor fix for checking return values
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 45b02e08..234d0685 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,9 +1,7 @@
name: Release binaries
on:
- push:
- tags:
- - 'v*'
+ [push]
jobs:
linux-x86_64: