summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2024-09-20 21:23:06 -0400
committersiddharth ravikumar <s@ricketyspace.net>2024-09-20 21:23:06 -0400
commitaa29bdbc077a7102bc120d8215caf7d9b2768b1a (patch)
treef9b19a3a24f9742b534aa1c4eae7c846c13f681d /.github
parentb4e78e5000b4c9be267a1779573a272caac3e070 (diff)
.github/workflows: release.yml: change to on workflow_dispatch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 91b078d..67249da 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,5 +1,5 @@
name: Build binaries
-on: workflow_call
+on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest