add: run CI daily
This commit is contained in:
parent
705c5cf2da
commit
fd08bf1789
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -7,6 +7,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '**.zig'
|
- '**.zig'
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user