From 2caa9562edbb064b3885a73018db12047cc5a9ce Mon Sep 17 00:00:00 2001 From: Wojciech Galanciak Date: Wed, 5 Feb 2025 13:29:30 +0100 Subject: [PATCH] include dev PRs --- .github/workflows/helm-template-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/helm-template-check.yml b/.github/workflows/helm-template-check.yml index 2fbb026..56a2947 100644 --- a/.github/workflows/helm-template-check.yml +++ b/.github/workflows/helm-template-check.yml @@ -2,8 +2,7 @@ name: Helm Template Validation on: pull_request: - branches: - - main + branches: [main, dev] jobs: helm-lint: