Skip to content

Commit 98cbd9a

Browse files
committed
GH-143 - Enable CI builds for maintenance branch.
1 parent b287605 commit 98cbd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Java CI with Maven
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 1.10.x ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, 1.10.x ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)