Skip to content

Commit

Permalink
Merge branch 'release/5.0.0-beta' into publish-beta-4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsfernandez committed Sep 1, 2021
2 parents 16fe692 + 68c751c commit fa1fa9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pipeline {
branch 'master'
branch 'develop'
branch 'remod-breaking'
branch 'release/5.0.0-beta'
}
}
steps {
Expand All @@ -88,6 +89,7 @@ pipeline {
anyOf {
branch 'master'
branch 'support/*'
branch 'release/5.0.0-beta'
}
}
steps {
Expand Down

0 comments on commit fa1fa9d

Please sign in to comment.