Skip to content

Commit bb73e20

Browse files
authored
Merge pull request #64 from PgBulkInsert/ci-all-branches
Run CI on all branches
2 parents 08e3d32 + 6cd0648 commit bb73e20

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)