Skip to content

Commit 96aa849

Browse files
committed
Polishing.
Related #1369.
1 parent e3f973a commit 96aa849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pipeline {
5050
stage("Test other configurations") {
5151
when {
5252
beforeAgent(true)
53-
branch(pattern: "issue/spring-next-gen|main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
53+
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
5454
}
5555

5656
parallel {

0 commit comments

Comments
 (0)