Update homebrew tap also for hotfix releases

This commit is contained in:
Eduard Heimbuch
2022-08-08 12:41:22 +02:00
parent dcd9664e9f
commit 7017d04a48

1
Jenkinsfile vendored
View File

@@ -125,6 +125,7 @@ pipeline {
stage('Update tap') {
when {
branch pattern: 'release/*', comparator: 'GLOB'
branch pattern: 'hotfix/*', comparator: 'GLOB'
expression { return isBuildSuccess() }
}
steps {