diff --git a/.github/workflows/ansible-ci.yml b/.github/workflows/ansible-ci.yml index 1fcbe26c..a1a7b3d2 100644 --- a/.github/workflows/ansible-ci.yml +++ b/.github/workflows/ansible-ci.yml @@ -1,6 +1,13 @@ --- name: Ansible CI -on: [push, pull_request] +on: + push: + branches-ignore: + - main + pull_request: + types: + - '!closed' + workflow_dispatch: env: ANSIBLE_FORCE_COLOR: true