Skip to content

Commit 1587f5f

Browse files
committed
feat: add triggers to conventional commits check
1 parent 013fd84 commit 1587f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-conventional-commits-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ☢️ Conventional Commits Check
22

33
on:
44
pull_request:
5-
types: [opened, edited]
5+
types: [edited, opened, ready_for_review, reopened]
66

77
jobs:
88
run-conventional-commits-check:

0 commit comments

Comments
 (0)