From 0105e2ee5aae845bef556350d3b8d29dd3fe7758 Mon Sep 17 00:00:00 2001 From: Eric Berendsen Date: Sun, 11 Aug 2024 13:30:07 +0200 Subject: [PATCH] create a fix branch for 1.19.1 with build --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cb473fbf..69425691 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Java CI with Maven on: push: - branches: [ master ] + branches: [ master, release_1_19_1-branch ] pull_request: - branches: [ master ] + branches: [ master, release_1_19_1-branch ] jobs: build: