From 312cd3292ab36e7c1ef4730b665a8373254e306c Mon Sep 17 00:00:00 2001 From: HzjNeverStop <441627022@qq.com> Date: Mon, 7 Aug 2023 15:47:29 +0800 Subject: [PATCH] update ci config (#1219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 致节 --- .github/workflows/maven.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4b7ce349c..224c63d43 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,11 @@ name: CI on: push: - branches: [ master ] + branches: + - '**' pull_request: - branches: [ master ] + branches: + - '**' jobs: build: