changed ci to run on pull-requests

This commit is contained in:
Eric Froemling 2020-04-06 12:55:01 -07:00
parent a6fbec32e6
commit 44db9b2387

View File

@ -3,6 +3,7 @@ name: CI
on:
# Run on pushes and also once per day (in case deps change under us)
push:
pull_request:
schedule:
# Note: '*' is a special character in YAML so we have to quote the str.
- cron: '0 12 * * *'