Tie Actions workflow to lock files so minor edits do not trigger it

This commit is contained in:
Chuck Lantz
2020-10-09 07:40:44 -07:00
parent 606b3a5f7c
commit bcdaaedb5f
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ on:
# Only updates to these files result in changes to installed packages, so skip otherwise
paths:
- '**/package.json'
- '**/package-lock.json'
- '**/yarn.lock'