summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2019-04-24 20:23:09 -0500
committerGitHub <noreply@github.com>2019-04-24 20:23:09 -0500
commitd35f3f2ecfc0a99ffc43f938682e935c9a6eede4 (patch)
treef65749e7fe9a8d44a22ea5995f23a2d2b3e52fa5
parent2001292974c0c98e1f06a51494babd5c601285d8 (diff)
downloadurllib3-tag-deploy.tar.gz
Don't require branch = master for tag pushestag-deploy
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 27e45410..c803f488 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,4 +118,4 @@ stages:
# Deploy on any tags
- name: deploy
- if: branch = master AND tag IS present
+ if: tag IS present AND tag =~ /^(\d+\.\d+(?:.\d+)?)$/ AND repo = urllib3/urllib3