Comment out exit on branch mismatch in build workflow

This commit is contained in:
mr. M
2025-01-12 20:15:35 +01:00
parent e3e7eec78a
commit 7e5be9f0b8

View File

@@ -107,7 +107,7 @@ jobs:
fi
if [[ $(git branch --show-current) != $branch ]]; then
echo ">>> Branch mismatch"
exit 1
# exit 1
else
echo ">>> Branch matches"
fi