Skip to content

Commit 3365254

Browse files
chore: fix "⚙️ Deduplicate lock file" workflow (#13753)
1 parent 0a6acb1 commit 3365254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deduplicate-lock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- dev
77
paths:
8-
- ./pnpm-lock.yaml
8+
- pnpm-lock.yaml
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)