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

pull/108315/head
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

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
# This file establishes a basline for the reposuitory before any steps in the "prepare.sh"
# are run. Its just a find command that filters out a few things we don't need to watch.

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'