From aa04daa367dbb18ef58d054f9fd8243261640abb Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Fri, 23 Aug 2024 18:18:32 +0200 Subject: [PATCH] Update GH actions setup. --- .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 bb92bc17..96e8b1d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 4.0.x, 3.1.x ] + branches: [ main, 4.1.x, 4.0.x, 3.1.x ] pull_request: - branches: [ main, 4.0.x, 3.1.x ] + branches: [ main, 4.1.x, 4.0.x, 3.1.x ] jobs: build: