Skip to content

Commit

Permalink
chore: Update test.yml
Browse files Browse the repository at this point in the history
Only run tests if something has changed.
  • Loading branch information
Jason3S committed Feb 14, 2024
1 parent 809eb86 commit 64120b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ name: Test
on:
workflow_dispatch:
push:
paths:
- '/package.json'
- pnpm-lock.yaml
- 'src/**'
- '.github/workflows/test.yml'
pull_request:

jobs:
Expand Down

0 comments on commit 64120b2

Please sign in to comment.