We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8966799 commit 699b0d3Copy full SHA for 699b0d3
.travis.yml
@@ -17,7 +17,7 @@ jobs:
17
on:
18
branch: master
19
- stage: release
20
- if: branch = release OR (branch = master AND tag =~ ^v)
+ if: branch = release OR (branch =~ ^v AND tag =~ ^v)
21
script:
22
- git remote set-url origin https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
23
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
0 commit comments