Skip to content

Commit

Permalink
Only execute travis deploy script for push builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Dec 16, 2019
1 parent 8262f7e commit 0674fc9
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 @@ -11,7 +11,7 @@ env:
stages:
- test
- name: deploy
if: branch = stable
if: branch = stable AND type = push

before_install:
- cd ..
Expand Down

0 comments on commit 0674fc9

Please sign in to comment.