Skip to content

Commit

Permalink
misc(ci): Run tests when package-lock.json is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Apr 5, 2024
1 parent 4fc096a commit 81d989c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- "test/**"
- ".github/workflows/tests.yml"
- "package.json"
- "package-lock.json"
pull_request:
paths:
- "lib/**"
- "server/**"
- "test/**"
- ".github/workflows/tests.yml"
- "package.json"
- "package-lock.json"

jobs:

Expand Down

0 comments on commit 81d989c

Please sign in to comment.