Skip to content

Commit

Permalink
Run tests on dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Oct 22, 2024
1 parent 02760c7 commit a764b13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Build with Maven

on:
push:
branches: [ master ]
branches:
- 'master'
- 'dev'
pull_request:
branches: [ master ]

Expand All @@ -15,8 +17,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit a764b13

Please sign in to comment.