Merge pull request #11001 from influxdata/changelog-1.x-only
Only update the changelog on 1.x branchespull/11494/head
commit
26afe32611
|
@ -9,8 +9,7 @@ pipeline {
|
|||
|
||||
when {
|
||||
anyOf {
|
||||
branch 'master'
|
||||
expression { BRANCH_NAME ==~ /^\d+(.\d+)*$/ }
|
||||
expression { BRANCH_NAME ==~ /^1(.\d+)*$/ }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue