ignore PRs in versioning
This commit is contained in:
parent
e34c3936b7
commit
15dc540cac
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue