We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3161de6 commit 515dfe6Copy full SHA for 515dfe6
1 file changed
.github/workflows/ci.yml
@@ -26,8 +26,8 @@ jobs:
26
run: npm ci
27
28
- name: Run commitlint
29
- if: github.event_name == 'pull_request'
30
- run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --verbose
+ if: github.event_name == 'push'
+ run: npx commitlint --from ${{ github.event.before }} --to ${{ github.event.after }} --verbose
31
32
- name: setup macOS shells
33
if: matrix.os == 'macos-latest'
0 commit comments