Skip to content

Commit ea89d61

Browse files
authored
ci
1 parent ee21e50 commit ea89d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88

99
concurrency:
@@ -40,4 +40,4 @@ jobs:
4040
- name: Run unit and integration tests
4141
env:
4242
MAVEN_OPTS: "-Dmaven.repo.local=${{ github.workspace }}/.m2/repository"
43-
run: ./mvnw -B -ntp verify
43+
run: ./mvnw -B -ntp verify

0 commit comments

Comments
 (0)