We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe129c commit bce2c99Copy full SHA for bce2c99
.travis.yml
@@ -78,8 +78,7 @@ jobs:
78
# Deploy stage.
79
# Here we build the package JSON (always) and do the deployments
80
- name: "Package / deploy"
81
- # require the branch name to NOT be master (note for PRs this is the base branch name)
82
- if: branch != master
+ if: type != pull_request
83
stage: deploy
84
script: $TRAVIS_BUILD_DIR/tests/common.sh
85
env: BUILD_TYPE=package
0 commit comments