From a8056b19fe6ce699710abffee9aeb352d5969392 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 8 Oct 2021 19:10:47 +0200 Subject: [PATCH] build: try to add branch Signed-off-by: Christian Kotzbauer --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index cb5c034..4574958 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -26,7 +26,7 @@ jobs: - name: Run chart-testing (list-changed) id: list-changed run: | - changed=$(ct list-changed) + changed=$(ct list-changed --target-branch=main) if [[ -n "$changed" ]]; then echo "::set-output name=changed::true" fi