From f3f95250815f7fca13210fab9a6b08dfeb54aa96 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Wed, 21 Jul 2021 13:20:24 +0200 Subject: [PATCH] Fix branch name. --- .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 72afb5ec..d514be95 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ 3.1.x ] + branches: [ main ] pull_request: - branches: [ 3.1.x ] + branches: [ main ] jobs: build: