From 06ffe3c046ccbdb7abc670b4fbfc71301c1b2864 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 13 Feb 2025 12:49:07 +0100 Subject: [PATCH] GH-105 - Tweak CI build to pick up 4.0 branch. --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6e73220..16f5663 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: push: - branches: [ main ] + branches: [ main, 4.0.x ] pull_request: branches: [ main ] @@ -14,10 +14,10 @@ jobs: steps: - name: Check out sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17