From a025e37419c230a17605e8180c23d82637c059f0 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Fri, 6 Feb 2026 12:39:12 -0500 Subject: [PATCH] feat: add triggers to conventional commits check --- .github/workflows/run-conventional-commits-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: