Skip to content

Commit aeec5b8

Browse files
committed
Polishing.
1 parent 37d031e commit aeec5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline {
4848
when {
4949
beforeAgent(true)
5050
allOf {
51-
branch(pattern: "issue/gh-java21|main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
51+
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
5252
not { triggeredBy 'UpstreamCause' }
5353
}
5454
}

0 commit comments

Comments
 (0)