Run tests daily. (#14)

This commit is contained in:
Christian Joergensen 2022-09-27 20:24:12 -04:00 committed by GitHub
parent 166abaf187
commit 737dbc490e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ on:
branches: [ master ] branches: [ master ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
schedule:
- cron: '12 0 * * *'
jobs: jobs: