Skip to content

Commit 60e23cc

Browse files
committed
ci(workflow): add package and lock to build/release paths
1 parent 42bd6d9 commit 60e23cc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- ".github/workflows/build.yml"
1010
- ".dockerignore"
1111
- "Dockerfile"
12+
- "package.json"
13+
- "yarn.lock"
1214
workflow_dispatch:
1315

1416
env:

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- ".prettierrc"
88
- ".eslintignore"
99
- ".github/workflows/lint.yml"
10+
- "package.json"
11+
- "yarn.lock"
1012
pull_request:
1113
workflow_dispatch:
1214

0 commit comments

Comments
 (0)