diff --git a/.github/workflows/circleci_pull_request.yml b/.github/workflows/circleci_pull_request.yml index c220d711..47c8f88a 100644 --- a/.github/workflows/circleci_pull_request.yml +++ b/.github/workflows/circleci_pull_request.yml @@ -2,7 +2,7 @@ name: Trigger CircleCI (PR) on: pull_request_target: - types: [assigned] + types: [assigned, opened, synchronize, reopened] jobs: approve: # First step runs-on: ubuntu-latest