Skip to content

Commit

Permalink
Update travis.yml (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmah authored May 9, 2020
1 parent e67c623 commit c39fd50
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 @@ -21,4 +21,4 @@ stages:
- name: "Deploy to Staging"
if: (branch = master) AND (type = push)
- name: "Deploy to Production"
if: (branch = master) AND (type = push) AND (tag IS present)
if: (branch = master) AND (tag IS present)

0 comments on commit c39fd50

Please sign in to comment.