This commit is contained in:
adrinr 2023-04-17 20:04:27 +01:00
parent 061ec2eb2d
commit 0972b481fe
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ jobs:
run: |
cd packages/pro
git fetch
if ! git branch --contains HEAD | grep -q "origin/develop"; then
if ! git branch --contains HEAD | grep -q "develop"; then
echo "Current commit is not part of main branch" >&2
exit 1
fi
@ -114,7 +114,7 @@ jobs:
run: |
cd packages/pro
git fetch
if ! git branch --contains HEAD | grep -q "origin/chore/pro_as_submodule"; then
if ! git branch --contains HEAD | grep -q "chore/pro_as_submodule"; then
echo "Current commit is not part of main branch" >&2
exit 1
fi