Skip to content

Commit 3362c1f

Browse files
committed
Do GitHub CI build for all branches.
1 parent a0ffeee commit 3362c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Github CI Build
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "**" ]
66
paths:
77
- 'scr/**'
88
- 'log/**'
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "**" ]
1111
paths:
1212
- 'scr/**'
1313
- 'log/**'

0 commit comments

Comments
 (0)