diff options
-rw-r--r-- | util/travis_compiled_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index de2481ce5..582c45ff7 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh | |||
@@ -7,7 +7,7 @@ rev=$(git rev-parse --short HEAD) | |||
7 | git config --global user.name "Travis CI" | 7 | git config --global user.name "Travis CI" |
8 | git config --global user.email "jack.humb+travis.ci@gmail.com" | 8 | git config --global user.email "jack.humb+travis.ci@gmail.com" |
9 | 9 | ||
10 | if [[ "$TRAVIS_BRANCH" == "master" ]] ; then | 10 | if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "$TRAVIS_PULL_REQUEST" == "false"]] ; then |
11 | 11 | ||
12 | increment_version () | 12 | increment_version () |
13 | { | 13 | { |