Skip to content

Commit 0416559

Browse files
committed
deploy on tags
1 parent 352b5ee commit 0416559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- codecov
3030

3131
- stage: deploy documentation
32-
if: branch = master AND tag is true
32+
if: tag is present
3333
python: 3.6
3434
install: pip install sphinx
3535
script:
@@ -50,7 +50,7 @@ jobs:
5050
draft: true
5151

5252
- stage: test package deployment
53-
if: branch = master AND tag is true
53+
if: tag is present
5454
script: # Cancel out default script
5555
-
5656
deploy:

0 commit comments

Comments
 (0)