Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Related #1369.
  • Loading branch information
gregturn committed Aug 9, 2023
1 parent e3f973a commit 96aa849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline {
stage("Test other configurations") {
when {
beforeAgent(true)
branch(pattern: "issue/spring-next-gen|main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
}

parallel {
Expand Down

0 comments on commit 96aa849

Please sign in to comment.