From 7f8a3c952317b5208dadcdbaaa91f50724c54412 Mon Sep 17 00:00:00 2001 From: DTieman <104771901+DTieman@users.noreply.github.com> Date: Mon, 20 Mar 2023 20:26:12 +0100 Subject: [PATCH] Set workflow to correct branch --- .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 b234054..e3c3bf7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,15 +1,15 @@ name: Java CI with Maven on: push: - branches: [ "master" ] + branches: [ "mauster" ] pull_request: - branches: [ "master" ] + branches: [ "mauster" ] jobs: build: runs-on: self-hosted steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: java-version: '17'