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

pull/11410/head
Dax Raad 2026-01-30 23:36:05 -05:00
parent 571f5b31c9
commit 73c4d3644c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: beta
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"