From 73bb54e9198bba356e4e46d77cc3c6ad89ea93f1 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Fri, 14 Jul 2023 18:23:00 +0200 Subject: [PATCH] updated github workflow for linting --- .github/workflows/autolint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autolint.yml b/.github/workflows/autolint.yml index 440870c..0bca716 100644 --- a/.github/workflows/autolint.yml +++ b/.github/workflows/autolint.yml @@ -4,9 +4,9 @@ name: AutoLint on: push: - branches: [main, stable] + branches: [main, stable, latest] pull_request: - branches: [main, stable] + branches: [main, stable, latest] jobs: build: