diff options
| -rw-r--r-- | .github/workflows/review.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 78b7868ff..d12cabee2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -2,7 +2,7 @@ name: Guidelines Check on: pull_request_target: - types: [opened] + types: [opened, ready_for_review] issue_comment: types: [created] |
