mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 13:32:37 +00:00
Merge pull request #25 from ansible-collections/build-on-push-master
Build on pushes to the master branch
This commit is contained in:
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
@@ -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 * * *'
|
||||||
|
|||||||
Reference in New Issue
Block a user