diff --git a/.github/workflows/pr-checklist.yml b/.github/workflows/pr-checklist.yml index dc3dbfb2924..cf4b2b0a498 100644 --- a/.github/workflows/pr-checklist.yml +++ b/.github/workflows/pr-checklist.yml @@ -2,6 +2,8 @@ name: "Pull Request Checklist" on: pull_request: + branches: + - main types: - edited - opened