Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit a1e2c50

Browse files
committed
change travis release to be based on release tag
1 parent 87c9133 commit a1e2c50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ deploy:
4040
overwrite: false
4141
on:
4242
branch: master
43-
tags: true
43+
condition: $TRAVIS_TAG = release
4444

4545
branches:
4646
only:
4747
# Pushes and PR to the master & develop branch
4848
- master
49-
- develop
50-
- /^\d+\.\d+\.\d+$/
49+
# To let our `release` tag trigger CI builds
50+
- release
5151

5252
notifications:
5353
email:

0 commit comments

Comments
 (0)