Skip to content

Commit 3419349

Browse files
committed
ci: stop running commit-lint on merge commits
1 parent eb32652 commit 3419349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
commit-lint:
15+
if: ${{ github.event_name == 'pull_request' }}
1516
uses: ./.github/workflows/commitlint.yml
1617
lint:
1718
uses: ./.github/workflows/lint.yml

0 commit comments

Comments
 (0)