Skip to content

Commit 63475e0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6a5626f + ea89d61 commit 63475e0

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)