From a02e8ed44906787d218e844d9ab7d7927114b507 Mon Sep 17 00:00:00 2001 From: Dive <112424522+JeffTabiri@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:09:58 +0100 Subject: [PATCH] chore: 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 e11407f..e00d310 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "develop" ] + #branches: [ "develop" ] pull_request: - branches: [ "develop" ] + #branches: [ "develop" ] jobs: build: @@ -24,7 +24,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: maven - name: Build with Maven