Skip to content

Commit 9fff118

Browse files
committed
ci: only check commitlint on pull request
1 parent 119c87c commit 9fff118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commitlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Commitlint
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
commit-lint:

0 commit comments

Comments
 (0)