add: run CI daily

This commit is contained in:
Nameless 2020-11-04 17:11:01 -06:00
parent 705c5cf2da
commit fd08bf1789
No known key found for this signature in database
GPG Key ID: A477BC03CAFCCAF7

View File

@ -7,6 +7,8 @@ on:
pull_request:
paths:
- '**.zig'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs: