Skip to content

Commit 4055682

Browse files
authored
Stop checking commit messsages on main branch (#44)
No need to check them as we cannot commit directly to the main branch, which means that all commits are already checked before they are merged to main.
1 parent d12e4ed commit 4055682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-commit-message.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on: # yamllint disable-line rule:truthy
88
- reopened
99
- synchronize
1010
push:
11+
branches-ignore:
12+
- main
1113

1214
jobs:
1315
check-commit-message-style:

0 commit comments

Comments
 (0)