Skip to content

Commit ce5927e

Browse files
committed
run ci for all branches
1 parent 08e3d32 commit ce5927e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches:
9+
- *
910
pull_request:
10-
branches: [ master ]
11+
branches:
12+
- *
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)