From 680f78aecd497b4e535b6a185d5fdf8c980a0014 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 6 Jul 2024 09:07:02 +0100 Subject: [PATCH] Update ansible-lint.yml --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 959d800..b1c2105 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -4,7 +4,7 @@ on: pull_request: branches: ["main"] push: - branches: ["main"] + branches: ["main"] jobs: build: name: Ansible Lint # Naming the build is important to use it as a status check