]> git.proxmox.com Git - mirror_lxc.git/commitdiff
github: Update for main branch main
authorStéphane Graber <stgraber@stgraber.org>
Mon, 24 Jul 2023 15:37:53 +0000 (11:37 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Mon, 24 Jul 2023 15:38:07 +0000 (11:38 -0400)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
.github/workflows/commits.yml

index 651c13b37c7b932429658b67baa976cacb7c571f..5481a4ef07509754a2da3f5ca8d265b417d46f1d 100644 (file)
@@ -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