From d7018a776027dd25ea88a8c01ff6284efe2c5136 Mon Sep 17 00:00:00 2001 From: seeflood Date: Fri, 10 Jun 2022 17:43:56 +0800 Subject: [PATCH] fix the CI Signed-off-by: seeflood --- .github/workflows/pr-title-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 496a154337..6130a3e94e 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -1,7 +1,7 @@ name: Layotto Env Pipeline 🌊 on: - pull_request: + pull_request_target: types: - opened - edited