diff --git a/.travis.yml b/.travis.yml index 69f5d69a6d..4c7d2a5a74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ script: | jobs: include: - stage: deploy - if: branch = master + if: type = push AND branch = master script: npm run gitpublish skip_cleanup: true node_js: '10'