From aa2210bcdb537d2e1ebf3a12e7a9cf6a17deb6ef Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Tue, 12 Nov 2024 13:52:37 -0500 Subject: [PATCH] update ansible-lint workflow (#6) --- .github/workflows/ansible-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7d10c2e..3b47f5e 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -2,9 +2,9 @@ name: ansible-lint on: push: - branches: ["main"] + branches: ["devel"] pull_request: - branches: ["main"] + branches: ["devel"] jobs: build: name: Ansible Lint # Naming the build is important to use it as a status check