Skip to content

Commit bce2c99

Browse files
committed
wip
1 parent ebe129c commit bce2c99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878
# Deploy stage.
7979
# Here we build the package JSON (always) and do the deployments
8080
- 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
81+
if: type != pull_request
8382
stage: deploy
8483
script: $TRAVIS_BUILD_DIR/tests/common.sh
8584
env: BUILD_TYPE=package

0 commit comments

Comments
 (0)