Build on pushes to the master branch (including PR merges).

This commit is contained in:
Jeff Geerling
2020-02-13 17:12:25 -06:00
parent 53e2f971c7
commit ae2a78815e

View File

@@ -1,6 +1,9 @@
--- ---
name: CI name: CI
'on': 'on':
push:
branches:
- master
pull_request: pull_request:
schedule: schedule:
- cron: '0 6 * * *' - cron: '0 6 * * *'