Skip to content

Commit

Permalink
Specify the matrix test paths
Browse files Browse the repository at this point in the history
Fixes #1792
  • Loading branch information
caendesilva committed Jul 24, 2024
1 parent 5384b24 commit d3912f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/matrix-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: 🧪 Matrix Tests
on:
pull_request:
branches: [ "master" ]
paths:
- 'app/**'
- 'packages/**'
- 'resources/**'
- 'tests/**'
- 'config/**'
- '.github/workflows/matrix-tests.yml'
- '*.*'

jobs:

Expand Down

0 comments on commit d3912f1

Please sign in to comment.