Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
Make sure it runs when `package-lock.json` is changed.
  • Loading branch information
Jason3S authored Jan 30, 2022
1 parent 4f345aa commit 8e9945c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
paths:
- "**/package.json"
- "**/package.lock"
- "**/package-lock.json"
- "**/*.ts"
- "**/*.js"
- ".github/workflows/coverage.yml"
Expand All @@ -13,7 +13,7 @@ on:
- main
paths:
- "**/package.json"
- "**/package.lock"
- "**/package-lock.json"
- "**/*.ts"
- "**/*.js"
- ".github/workflows/coverage.yml"
Expand Down

0 comments on commit 8e9945c

Please sign in to comment.