Skip to content

Commit

Permalink
Github action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Sep 30, 2024
1 parent 8770df0 commit 451e86c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI with Maven + Upload

on:
push:
branches: [ master ]
branches: [ SchemaFactory_broken ]
# pull_request:
# branches: [ master ]

Expand All @@ -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:
Expand Down

0 comments on commit 451e86c

Please sign in to comment.