Skip to content

Commit

Permalink
fix: put linting trigger back in place for pull_request only
Browse files Browse the repository at this point in the history
  • Loading branch information
skripted-io committed Sep 29, 2023
1 parent d5bee18 commit 82c982a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
if: github.event_name == 'pull_request'
- uses: actions/setup-node@v3
with:
cache: "npm"
Expand Down

0 comments on commit 82c982a

Please sign in to comment.