Skip to content

Commit 699b0d3

Browse files
committed
ci: up release stage
1 parent 8966799 commit 699b0d3

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
@@ -17,7 +17,7 @@ jobs:
1717
on:
1818
branch: master
1919
- stage: release
20-
if: branch = release OR (branch = master AND tag =~ ^v)
20+
if: branch = release OR (branch =~ ^v AND tag =~ ^v)
2121
script:
2222
- git remote set-url origin https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
2323
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'

0 commit comments

Comments
 (0)