mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-09 16:12:19 +00:00
also trigger on pushes to main
This commit is contained in:
parent
96da02be2f
commit
8a7be1f900
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tempest.yml
vendored
3
.github/workflows/tempest.yml
vendored
|
@ -3,6 +3,9 @@ on:
|
|||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue