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: