ci: change schedule (#110)

Schedule CI early morning every Saturday. Trigger only on pushes to master.

Updates #106
This commit is contained in:
Michael McLoughlin
2020-01-03 22:49:38 -08:00
committed by GitHub
parent 9f9d2ca8cf
commit 49adad921f

View File

@@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
schedule:
- cron: '17 12 * * 6'
name: ci
jobs: