Set CI to run on master (#349)

This commit is contained in:
Forest Anderson 2020-08-26 14:57:55 -04:00 committed by GitHub
parent 4562a0925a
commit b718a2063d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,8 @@
name: CI
on:
# NOTE: temporarily disabled because on-push currently uses up too many resources
# push:
# branches: [master]
schedule:
- cron: '0 21 * * *'
push:
branches: [master]
pull_request:
branches: [master]