From 2b64e8266c894814af533e1092b9eb119fa4d0e6 Mon Sep 17 00:00:00 2001 From: hemengyang Date: Fri, 25 Mar 2022 18:24:35 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8F=91=E5=B8=83=E6=9C=BA=E5=99=A8=E4=BA=BA=E7=9A=84?= =?UTF-8?q?=E6=84=8F=E5=A4=96=E9=94=99=E8=AF=AF=20(#892)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :bug: fix permission error * :construction_worker: remove unnecessary push trigger --- .github/workflows/publish-bot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish-bot.yml b/.github/workflows/publish-bot.yml index c1726da7..9f8d01ac 100644 --- a/.github/workflows/publish-bot.yml +++ b/.github/workflows/publish-bot.yml @@ -1,12 +1,9 @@ name: NoneBot2 Publish Bot on: - push: - branches: - - master issues: types: [opened, reopened, edited] - pull_request: + pull_request_target: types: [closed] jobs: