Skip to content

Commit 281d609

Browse files
Only build release-4 PRs
The release-4 branch is based on Java 17. Only PRs against this PR are compatible with the workflow setup. Signed-off-by: Karsten Schnitter <[email protected]>
1 parent e8faf9e commit 281d609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Maven Verify
22

33
on:
44
pull_request:
5+
branches:
6+
- release-4
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)