diff --git a/.github/workflows/ansible-validate.yaml b/.github/workflows/ansible-validate.yaml index 1fb02ad..ecdf42b 100644 --- a/.github/workflows/ansible-validate.yaml +++ b/.github/workflows/ansible-validate.yaml @@ -3,7 +3,7 @@ name: Validate ansible playbooks on: pull_request: branches: - - feature/* + - main types: - opened - synchronize