Skip to content

Commit

Permalink
[ADD] Make deployment automatic on new tag in 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Jun 29, 2019
1 parent 9e89609 commit b475b4a
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 @@ -48,4 +48,4 @@ stages:
- name: style
if: NOT (type = api)
- name: deploy
if: (branch = master) AND (NOT (type IN (push, pull_request)))
if: (tag IS present) AND (tag =~ /^(\d+)\.(\d+)\.(\d+)(\.\d+)?$/)

0 comments on commit b475b4a

Please sign in to comment.