Skip to content

Commit f794e14

Browse files
feat: add triggers to conventional commits check (#33)
feat: add triggers to conventional commits check
2 parents 36a9bce + ee3bfdf commit f794e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)