diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 0e00e1ea..0671b3de 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -1,6 +1,9 @@ --- name: CI 'on': + push: + branches: + - master pull_request: schedule: - cron: '0 6 * * *'