From ebf7a784a934e130bb4578ac4c696387eb05bf7e Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Wed, 25 May 2022 08:38:49 +0200 Subject: [PATCH] fix: chart-testing defaults to `master`, set it to `main` now (#1295) Signed-off-by: Marco Kilchhofer --- .github/configs/ct-install.yaml | 1 + .github/configs/ct-lint.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/configs/ct-install.yaml b/.github/configs/ct-install.yaml index f2b9dc9e..ff56c21c 100644 --- a/.github/configs/ct-install.yaml +++ b/.github/configs/ct-install.yaml @@ -2,6 +2,7 @@ # Don't add the 'debug' attribute, otherwise the workflow won't work anymore # Only Used for the CT Install Stage remote: origin +target-branch: main chart-dirs: - charts chart-repos: diff --git a/.github/configs/ct-lint.yaml b/.github/configs/ct-lint.yaml index e7188eb1..16d01791 100644 --- a/.github/configs/ct-lint.yaml +++ b/.github/configs/ct-lint.yaml @@ -2,6 +2,7 @@ # Don't add the 'debug' attribute, otherwise the workflow won't work anymore # Only Used for the CT Lint Stage remote: origin +target-branch: main chart-dirs: - charts chart-repos: