From 5e7ba01a182da581da318b78c743b4e957393a02 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 23 Aug 2023 00:17:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E7=BD=B2=20wo?= =?UTF-8?q?rkflow=EF=BC=8C=E7=A7=BB=E9=99=A4=20PR=20=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81324dc2..d37c00ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,18 +4,12 @@ on: # 推送时执行 push: branches: [dev] - # pr 被批准合并时执行 1 - pull_request_review: - branches: [dev] - types: [submitted] # 可手动执行 workflow_dispatch: jobs: # 部署后端服务 deploy-server: - # pr 被批准合并时执行 2 - if: github.event.review.state == 'approved' runs-on: ubuntu-latest steps: # 1、检出源码