From e2b603726ea37a946d0ec09999645861c9e75ce1 Mon Sep 17 00:00:00 2001 From: Alputer Date: Mon, 20 Jan 2025 15:05:39 +0100 Subject: [PATCH] ci(helm): configure target branch name for helm linting (#863) --- .github/ct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ct.yaml b/.github/ct.yaml index 920046e3..6ed98d9a 100644 --- a/.github/ct.yaml +++ b/.github/ct.yaml @@ -2,3 +2,4 @@ validate-maintainers: false check-version-increment: false chart-dirs: - helm +target-branch: master