From 075447cd945fec046d25092c77fea2d2ec6edb87 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Tue, 24 Sep 2024 16:39:03 +0200 Subject: [PATCH] Refactor ansible-validate.yaml and add main branch trigger --- .github/workflows/ansible-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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