From 5f5f29fd6dc8b8cfa13f38ea2a86abac04884246 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 6 Sep 2021 14:12:12 +0200 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 d74eae027..0c0461e0c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ 3.1.x ] + branches: [ main ] pull_request: - branches: [ 3.1.x ] + branches: [ main ] jobs: build: