Explorar o código

ignore PRs in versioning

Jack Humbert %!s(int64=8) %!d(string=hai) anos
pai
achega
15dc540cac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/travis_compiled_push.sh

+ 1 - 1
util/travis_compiled_push.sh

@@ -7,7 +7,7 @@ rev=$(git rev-parse --short HEAD)
 git config --global user.name "Travis CI"
 git config --global user.email "jack.humb+travis.ci@gmail.com"
 
-if [[ "$TRAVIS_BRANCH" == "master" ]] ; then
+if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "$TRAVIS_PULL_REQUEST" == "false"]] ; then
 
 increment_version ()
 {