Polishing.

This commit is contained in:
Greg L. Turnquist
2023-06-28 09:56:26 -05:00
parent 37d031e98c
commit aeec5b8605

2
Jenkinsfile vendored
View File

@@ -48,7 +48,7 @@ pipeline {
when {
beforeAgent(true)
allOf {
branch(pattern: "issue/gh-java21|main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
not { triggeredBy 'UpstreamCause' }
}
}