Merge pull request #25 from ansible-collections/build-on-push-master

Build on pushes to the master branch
This commit is contained in:
Jeff Geerling
2020-02-13 17:42:51 -06:00
committed by GitHub

View File

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