From f795a356e7415ef33b6ead7e7ab90b2238d505f9 Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Tue, 1 Nov 2022 14:14:27 +0800 Subject: [PATCH] =?UTF-8?q?perf=F0=9F=91=8C:=20=20=20=E6=9B=B4=E6=96=B0CI?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69b1fcc0..89bf956f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] env: IMAGE_NAME: registry.ap-northeast-1.aliyuncs.com/go-admin/go-admin-api # 镜像名称