Skip to content

Commit

Permalink
simplify travis deploy to prod (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
critzo authored Feb 13, 2019
1 parent 21d96cd commit 4673fea
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 @@ -42,5 +42,5 @@ deploy:
on:
repo: m-lab/website
all_branches: true
condition: "$TRAVIS_BRANCH == master && $TRAVIS_EVENT_TYPE == push"
condition: "$TRAVIS_BRANCH == master"
tags: true

0 comments on commit 4673fea

Please sign in to comment.