diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a738d65641..89dae17e11 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main ] + branches: [ 3.0.x ] pull_request: - branches: [ main ] + branches: [ 3.0.x ] jobs: build: @@ -28,4 +28,4 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven - run: ./mvnw clean install -B -U + run: ./mvnw clean install -B -U -Pspring