Skip to content

Commit

Permalink
ci: Fix commitizen linter
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Jan 6, 2024
1 parent fc343c5 commit 1d6bf6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:

- run: cz check --rev-range origin/main..HEAD
shell: bash
if: github.event_name == 'pull_request' || github.ref != 'refs/heads/main'

- run: cz check --rev-range HEAD
shell: bash
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 comments on commit 1d6bf6c

Please sign in to comment.