Sometimes you also want to skip certain steps. Use an if expression to run build.sh only when the current ref is refs/heads/master.
if
build.sh
refs/heads/master
Loading ...