From a9b3c288d1394de70fe0c4db5b7c06fa933b5429 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Fri, 4 Apr 2025 14:18:39 -0400 Subject: [PATCH] Enable actions on 2.5.x branch Signed-off-by: Roy Clarkson --- .github/workflows/java-17-baseline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-17-baseline.yml b/.github/workflows/java-17-baseline.yml index e503f62..107e5e5 100644 --- a/.github/workflows/java-17-baseline.yml +++ b/.github/workflows/java-17-baseline.yml @@ -2,9 +2,9 @@ name: Java 17 baseline build on: push: - branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ] + branches: [ 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x ] pull_request: - branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ] + branches: [ 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x ] jobs: build: