From 36cf143c1ff3aeef7ff5b0663b3700ac3bdb7a36 Mon Sep 17 00:00:00 2001 From: 7man7LMYT <67489949+7man7LMYT@users.noreply.github.com> Date: Sun, 24 Jan 2021 13:28:34 -0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d234eb8..f1ab43c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,13 @@ name: Build and upload jar on: push: - branches: [ master ] + branches: + - main + - release/* pull_request: - branches: [ master ] + branches: + - main + - release/* jobs: build: