github: Update for main branch

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2023-07-24 11:07:35 -04:00
parent 6bddbee7a5
commit cf94855c8e
No known key found for this signature in database
GPG key ID: C638974D64792D67

View 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