diff --git a/Jenkinsfile b/Jenkinsfile index b0ed95a0..16b604cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {