Skip to content

Commit

Permalink
fix: update Travis job conditional to only run on the release/2.x bra…
Browse files Browse the repository at this point in the history
…nch (vs any branch with the name 'release') in the name
  • Loading branch information
sghoweri committed Oct 22, 2019
1 parent 659fdcd commit 8dd6fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- stage: Auto-release
name: 'Full Release'
if: (branch =~ /(release)/)
if: (branch =~ /(release\/2.x)/)
before_script:
- git config --global user.email ${GITHUB_EMAIL}
- git config --global user.name ${GITHUB_USER}
Expand Down

0 comments on commit 8dd6fba

Please sign in to comment.