Skip to content

Commit b84d297

Browse files
committed
Do GitHub CI build for all branches.
1 parent 8553d60 commit b84d297

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)