Skip to content

Commit e8e999c

Browse files
author
Alan Christie
committed
- Check if deploy wil work with just a tag
- i.e. no regular expression
1 parent 02a4476 commit e8e999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
- name: test
2222
if: not tag is present
2323
- name: deploy
24-
if: tag =~ ^pypi*$ and branch = master
24+
if: tag is present and branch = master
2525

2626
# Run Travis on all branches
2727
# (normally it only runs on master)

0 commit comments

Comments
 (0)