mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-05-30 04:00:52 +00:00
github: Update for main branch
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
d195603e3f
commit
85d3f4b1df
2
.github/workflows/commits.yml
vendored
2
.github/workflows/commits.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
TARGET: ${{ github.event.pull_request.base.ref }}
|
TARGET: ${{ github.event.pull_request.base.ref }}
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
[ "${TARGET}" = "master" ] && exit 0
|
[ "${TARGET}" = "main" ] && exit 0
|
||||||
|
|
||||||
echo "Invalid branch target: ${TARGET}"
|
echo "Invalid branch target: ${TARGET}"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user