Skip to content

Commit

Permalink
ci(deploy): deoploy to npm only when pushing to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi Sharvit authored and sharvit committed Apr 21, 2019
1 parent 28c4050 commit bbe37d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ after_success: yarn coveralls
jobs:
include:
- stage: release
if: branch = master
if: branch = master AND type = push
node_js: 10
deploy:
provider: script
Expand Down

0 comments on commit bbe37d9

Please sign in to comment.