From 451e86c119489e7c17c73e8b044bf315597bf29d Mon Sep 17 00:00:00 2001 From: Bengt Martensson Date: Mon, 30 Sep 2024 19:03:28 +0200 Subject: [PATCH] Github action fix --- .github/workflows/maven.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2f62d326..4f323b3f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,7 @@ name: Java CI with Maven + Upload on: push: - branches: [ master ] + branches: [ SchemaFactory_broken ] # pull_request: # branches: [ master ] @@ -15,7 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + with: + ref: SchemaFactory_broken - name: Set up JDK 8 uses: actions/setup-java@v2 with: