Skip to content

Commit 1997169

Browse files
committed
Fix travis release stage
1 parent 46951c0 commit 1997169

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
@@ -20,7 +20,7 @@ stages:
2020
- lint
2121
- test
2222
- name: release
23-
if: branch = master
23+
if: tag IS present
2424

2525
jobs:
2626
include:

0 commit comments

Comments
 (0)