From fbc31691ee6dc49db1050c310ad66ee18d65481f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Mon, 24 Jul 2023 11:37:53 -0400 Subject: [PATCH] github: Update for main branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 651c13b37..5481a4ef0 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -34,7 +34,7 @@ jobs: TARGET: ${{ github.event.pull_request.base.ref }} run: | set -x - [ "${TARGET}" = "master" ] && exit 0 + [ "${TARGET}" = "main" ] && exit 0 echo "Invalid branch target: ${TARGET}" exit 1 -- 2.39.2