From 4535c1317881242ac9f41fbad65cb8f1059b8086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dywicki?= Date: Thu, 13 Jul 2023 22:07:55 +0200 Subject: [PATCH] Enable github workflows. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ɓukasz Dywicki --- .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 f8827398..1b9d736c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Maven build on: push: - branches: [ "master" ] + branches: [ "3.4.x" ] pull_request: - branches: [ "master" ] + branches: [ "3.4.x" ] jobs: build: