diff --git a/.github/workflows/ansible-validate.yaml b/.github/workflows/ansible-validate.yaml index 6d4eef7..8c7c3e0 100644 --- a/.github/workflows/ansible-validate.yaml +++ b/.github/workflows/ansible-validate.yaml @@ -3,9 +3,7 @@ name: Validate ansible playbooks on: pull_request: branches: - - feature/** - paths: - - "ansible/**" + - feature/* types: - opened - synchronize