summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 23:36:05 -0500
committerDax Raad <[email protected]>2026-01-30 23:36:05 -0500
commit73c4d3644c79280958c0467c2c34ec8013e92aa9 (patch)
treec589a351c85cd30f92a10c1ad61b289eded108f7 /.github
parent571f5b31c9d50e9bf994feff93f8d0917a28acd6 (diff)
downloadopencode-73c4d3644c79280958c0467c2c34ec8013e92aa9.tar.gz
opencode-73c4d3644c79280958c0467c2c34ec8013e92aa9.zip
ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/beta.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml
index 85d568053..f979411bb 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -1,6 +1,7 @@
name: beta
on:
+ workflow_dispatch:
schedule:
- cron: "0 * * * *"