diff options
| author | Dax Raad <[email protected]> | 2026-01-30 23:36:05 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 23:36:05 -0500 |
| commit | 73c4d3644c79280958c0467c2c34ec8013e92aa9 (patch) | |
| tree | c589a351c85cd30f92a10c1ad61b289eded108f7 /.github | |
| parent | 571f5b31c9d50e9bf994feff93f8d0917a28acd6 (diff) | |
| download | opencode-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.yml | 1 |
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 * * * *" |
