From a764b1330e5749289bf885e262fbf7792f76960e Mon Sep 17 00:00:00 2001 From: Rene Meier Date: Tue, 22 Oct 2024 10:59:37 +0200 Subject: [PATCH] Run tests on dev branch. --- .github/workflows/maven.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e79ae48..fdafc1c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,9 @@ name: Build with Maven on: push: - branches: [ master ] + branches: + - 'master' + - 'dev' pull_request: branches: [ master ] @@ -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'