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 87662a3 commit 938f382Copy full SHA for 938f382
.travis.yml
@@ -17,10 +17,11 @@ jobs:
17
on:
18
branch: master
19
- stage: release
20
- if: branch = release
+ if: branch = release OR (branch = master AND commit_message =~ /^[release]:/)
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/*'
24
+ - git config user.email [email protected]
25
- git fetch --all
26
- git checkout master
27
# before_deploy:
0 commit comments