We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb835e commit eca8297Copy full SHA for eca8297
.travis.yml
@@ -18,7 +18,7 @@ script:
18
- git config --global user.name "Travis CI"
19
- git config --global user.email "[email protected]"
20
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
21
- - if [ "$TRAVIS_BRANCH" == "master" ]; then npm run gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
+ - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
22
23
after_success:
24
- npm run semantic-release
0 commit comments