Skip to content

Commit 8dd6fba

Browse files
committed
fix: update Travis job conditional to only run on the release/2.x branch (vs any branch with the name 'release') in the name
1 parent 659fdcd commit 8dd6fba

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
@@ -126,7 +126,7 @@ jobs:
126126

127127
- stage: Auto-release
128128
name: 'Full Release'
129-
if: (branch =~ /(release)/)
129+
if: (branch =~ /(release\/2.x)/)
130130
before_script:
131131
- git config --global user.email ${GITHUB_EMAIL}
132132
- git config --global user.name ${GITHUB_USER}

0 commit comments

Comments
 (0)