ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule

This commit is contained in:
Dax Raad
2026-01-30 23:36:05 -05:00
parent b354062b6e
commit ba3dd887f8
+1
View File
@@ -1,6 +1,7 @@
name: beta
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"