Try to get PR builds working
This commit is contained in:

committed by
Christian Mäder

parent
d0ebb34432
commit
d0c9dfe2e5
@@ -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'."
|
||||
|
||||
|
Reference in New Issue
Block a user