From 597b477554bc12a145370c596141b5b89c77cd1f Mon Sep 17 00:00:00 2001 From: openvela-robot Date: Tue, 24 Dec 2024 10:36:41 +0800 Subject: [PATCH] update ci pull_request types to [opened, reopened, synchronize] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fdd667ef7..412f33810b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,8 @@ name: CI # Controls when the workflow will run on: - pull_request_review: - types: [submitted] + pull_request: + types: [opened, reopened, synchronize] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: