Update maven.yml

This commit is contained in:
Marcin Grzejszczak
2021-07-12 17:14:45 +02:00
committed by GitHub
parent fe6c9bbc59
commit 82e630eb69

View File

@@ -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