We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a4476 commit e8e999cCopy full SHA for e8e999c
.travis.yml
@@ -21,7 +21,7 @@ stages:
21
- name: test
22
if: not tag is present
23
- name: deploy
24
- if: tag =~ ^pypi*$ and branch = master
+ if: tag is present and branch = master
25
26
# Run Travis on all branches
27
# (normally it only runs on master)
0 commit comments