Skip to content

Commit

Permalink
ci: fixes PR workflow paths (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikordaris authored Mar 7, 2023
1 parent d24fc6d commit 6af3fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: "code quality PR check"
on:
pull_request:
paths:
- "src/*"
- "src/**"
- "package-lock.json"
- "tests/*"
- "tests/**"
- "tsconfig.json"
- .github/workflows/code-quality-pr-check.yml
branches: [main]
Expand Down

0 comments on commit 6af3fa9

Please sign in to comment.