From 31fa43402c0131b3404c496440975fd2a077c3e8 Mon Sep 17 00:00:00 2001 From: amonkhouse Date: Fri, 6 Feb 2026 17:28:12 +0000 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: