We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32652 commit 3419349Copy full SHA for 3419349
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ on:
12
13
jobs:
14
commit-lint:
15
+ if: ${{ github.event_name == 'pull_request' }}
16
uses: ./.github/workflows/commitlint.yml
17
lint:
18
uses: ./.github/workflows/lint.yml
0 commit comments