From 90d6c1fa759774eddc43cb0caacf2b26f0dc1182 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Mon, 4 Nov 2024 10:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E7=9A=84=E5=88=86=E6=94=AF=E5=90=8D=E4=B8=BAmaster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 3dd5a42..64bf938 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -3,10 +3,10 @@ name: Build SpringBoot and Notify on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: build: