ci: allow triggering updates
This commit is contained in:
parent
707690b09e
commit
b4f39f90c4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yaml
vendored
1
.github/workflows/update.yaml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- "main"
|
||||
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run every day at midnight, https://crontab.guru/#@daily.
|
||||
- cron: "0 0 * * *"
|
||||
|
|
Loading…
Add table
Reference in a new issue