Schedule automated CI builds

This commit is contained in:
Oliver Davies 2020-11-04 16:26:20 +00:00 committed by GitHub
parent bb4d4bfbe8
commit 40c4f5f603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ name: CI
on:
pull_request:
push:
schedule:
- cron: '* 2 */7 * *'
jobs:
test: