Skip to content

Commit

Permalink
Travis: Run gitdeploy only on pushes to master (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jul 4, 2019
1 parent fd97652 commit 758d08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 758d08a

Please sign in to comment.