Skip to content

Commit

Permalink
chore: updates UT workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong4223 committed Jan 31, 2024
1 parent 7d0624b commit 094e4ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ on:
- 'src/**'
- 'tests/**'
- 'package.json'
paths-ignore:
- '.github/**'

pull_request:
branches: [main]
paths:
- 'src/**'
- 'tests/**'
- 'package.json'
- 'package-lock.json'

env:
FAUNA_SECRET: ${{ secrets.VITE_FAUNA_SECRET }}
Expand Down

0 comments on commit 094e4ad

Please sign in to comment.