Skip to content

Commit

Permalink
Merge pull request #57 from liatrio/workflow-fix
Browse files Browse the repository at this point in the history
Workflow fix
  • Loading branch information
gdsmith1 authored Jun 17, 2024
2 parents cf65afa + 32fa50f commit 3c6dfb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{matrix.java}}
distribution: 'adopt'
Expand Down

0 comments on commit 3c6dfb4

Please sign in to comment.