ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule
parent
571f5b31c9
commit
73c4d3644c
|
|
@ -1,6 +1,7 @@
|
|||
name: beta
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue