mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-17 08:33:42 +01:00
build.sh: fix missing exit
This commit is contained in:
1
build.sh
1
build.sh
@ -5,6 +5,7 @@ current_branch="$(git rev-parse --abbrev-ref HEAD)";
|
||||
|
||||
if [[ "${1}" == "ci" ]] && [[ "${current_branch}" != "main" ]]; then
|
||||
echo "Skipping build, because we are currently on the branch '${current_branch}', and we only deploy on the 'main' branch.";
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
# ██████ ██ ██████ ██ ██ ██ ██ ██████
|
||||
|
Reference in New Issue
Block a user