提交 bcdaaedb 编写于 作者: C Chuck Lantz

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

上级 606b3a5f
#/bin/bash #!/bin/bash
# This file establishes a basline for the reposuitory before any steps in the "prepare.sh" # 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. # are run. Its just a find command that filters out a few things we don't need to watch.
......
...@@ -8,7 +8,6 @@ on: ...@@ -8,7 +8,6 @@ on:
# Only updates to these files result in changes to installed packages, so skip otherwise # Only updates to these files result in changes to installed packages, so skip otherwise
paths: paths:
- '**/package.json'
- '**/package-lock.json' - '**/package-lock.json'
- '**/yarn.lock' - '**/yarn.lock'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册