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 662b1d9 commit 3324e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-ci.yml
Expand Up @@ -11,6 +11,7 @@ on:
- .jscsrc
- .github/workflows/node-ci.yml
- package.json
- package-lock.json
pull_request:
paths:
- src/**
Expand All @@ -21,6 +22,7 @@ on:
- .jscsrc
- .github/workflows/node-ci.yml
- package.json
- package-lock.json

jobs:

Expand Down

0 comments on commit 3324e70

Please sign in to comment.