Skip to content

Commit

Permalink
Run prettier CI check only if certain files are touched
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan957 committed Oct 30, 2023
1 parent 2bf370d commit 9177bc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Prettier
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**.md"
- "**.ts"
- "**.yml"
- "**.json"

permissions:
contents: read
Expand Down

0 comments on commit 9177bc8

Please sign in to comment.