Re-enable exit on branch mismatch in CI workflow

This commit is contained in:
mr. M
2025-01-06 13:00:53 +01:00
parent c06e51641e
commit 3e34d123c0

View File

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