Skip to content

Commit

Permalink
ci: skip cr on docs or test only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jul 19, 2024
1 parent 454410c commit 7bfeeed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
pull_request:
branches: [main]
types: [opened, synchronize, labeled, ready_for_review]
paths-ignore:
- '.github/**'
- '__tests__/**'
- 'art/**'
- 'docs/**'
- '*.md'

permissions: {}

Expand Down

0 comments on commit 7bfeeed

Please sign in to comment.