Try to get PR builds working

This commit is contained in:
Christian Mäder 2019-10-10 14:08:31 +02:00
parent 65592f916f
commit bb9ec8795c
2 changed files with 7 additions and 3 deletions

View file

@ -30,6 +30,10 @@ run_build() {
# shellcheck disable=SC2068
./build-branches.sh $@
;;
this) # Pull Requests
# build all branches, but never push
./build-branches.sh
;;
*)
echo "🚨 Unrecognized build '$BUILD'."