From 20172338e86673a392a4d43ad699b3294ff2e99c Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 30 Nov 2022 21:23:40 +0800 Subject: [PATCH] ci: Revert "ci: change CI unit test trigger" (#674) Revert "ci: change CI unit test trigger (#671)" This reverts commit 9c53f9b24c2a1222117bb9dedc2b937ebf708d3b. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 31b131b643..af5d54e1b4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,5 +1,5 @@ on: - pull_request_target: + pull_request: types: [opened, synchronize, reopened, ready_for_review] paths-ignore: - 'docs/**'