From 414aa1965753f7b36bef540b7a37d8f02c7210ef Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Tue, 24 Sep 2024 15:24:11 +0200 Subject: [PATCH] Update ansible-validate.yaml --- .github/workflows/ansible-validate.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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