From ddd11f61fe4ac07de1f60e3b4dde584071c5f0d1 Mon Sep 17 00:00:00 2001 From: liujinye Date: Tue, 17 Dec 2024 10:25:40 +0800 Subject: [PATCH] workflows add ci.yaml --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 556161e..2fdd667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,8 @@ name: CI # Controls when the workflow will run on: - pull_request: - types: - - review + pull_request_review: + types: [submitted] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: