Skip to content

Commit af0d408

Browse files
committed
ci(commits): all commit messages on any branch are now checked
1 parent c2fcb6c commit af0d408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit_message_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Commit Message Check'
22
on:
33
push:
44
branches:
5-
- '*'
5+
- '**'
66

77
jobs:
88
check-commit-message:

0 commit comments

Comments
 (0)