diff --git a/.github/workflows/run-conventional-commits-check.yml b/.github/workflows/run-conventional-commits-check.yml index a591af3..13a35d1 100644 --- a/.github/workflows/run-conventional-commits-check.yml +++ b/.github/workflows/run-conventional-commits-check.yml @@ -2,7 +2,7 @@ name: ☢️ Conventional Commits Check on: pull_request: - types: [opened, edited] + types: [edited, opened, ready_for_review, reopened] jobs: run-conventional-commits-check: