From d4a2f326f41f6089e84732cc31dfbf98a133596b Mon Sep 17 00:00:00 2001 From: u7516709 Date: Wed, 31 Jan 2024 01:33:41 +1100 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d92c85f..81055b4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,12 +1,12 @@ name: Check & Merge Prompt on: + pull_request_target: + types: [ assigned, opened, synchronize, reopened ] pull_request: branches: - main - types: - - opened - - synchronize + types: [opened, reopened] push: branches: - main