Skip to content

Commit 9245b65

Browse files
committed
GH-155 - Enable CI builds for feature/* branches.
1 parent 278b510 commit 9245b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, feature/* ]
66
pull_request:
77
branches: [ main ]
88

0 commit comments

Comments
 (0)