Skip to content

Commit 4c56a8c

Browse files
committed
wip
1 parent 1576aac commit 4c56a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Deploy stage.
8484
# Here we build the package JSON (always) and do the deployments
8585
- name: "Package / deploy"
86-
if: env(TRAVIS_PULL_REQUEST) = "false"
86+
if: env(CI_GITHUB_API_KEY) IS present
8787
stage: deploy
8888
script: $TRAVIS_BUILD_DIR/tests/common.sh
8989
env: BUILD_TYPE=package

0 commit comments

Comments
 (0)