From 46dec765424f35d7ec20d58a9cc44092a68ea4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=AE=E5=BF=83?= <97760035+MuuuShin@users.noreply.github.com> Date: Thu, 9 Nov 2023 06:27:07 +0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4f519e4..233fa26 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,8 +43,9 @@ name: Java CI with PostgreSQL on: push: - branches: - - main + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: build: