From: Stéphane Graber Date: Mon, 24 Jul 2023 15:37:53 +0000 (-0400) Subject: github: Update for main branch X-Git-Tag: v6.0.0~50 X-Git-Url: https://git.proxmox.com/?p=mirror_lxc.git;a=commitdiff_plain;h=fbc31691ee6dc49db1050c310ad66ee18d65481f github: Update for main branch Signed-off-by: Stéphane Graber --- 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