mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule
This commit is contained in:
parent
571f5b31c9
commit
73c4d3644c
1
.github/workflows/beta.yml
vendored
1
.github/workflows/beta.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: beta
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user