From 20de845a952def9790633e1c4672414fbd812274 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 25 Mar 2022 14:33:22 +0100 Subject: [PATCH] Update maven.yml --- .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 d8d76cd69c..2b0e5ab60e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ 3.0.x ] + branches: [ main, 3.1.x, 3.0.x ] pull_request: - branches: [ 3.0.x ] + branches: [ main, 3.1.x, 3.0.x ] jobs: build: