From 82e630eb698c97beff3ef25a4821fc739fb8af2c Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 12 Jul 2021 17:14:45 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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