Skip to content

Commit 244f142

Browse files
shahmargi12Usmanfee
authored andcommitted
chore: modify dependencies check to run only on yarn.lock updates (#1310)
1 parent b85f135 commit 244f142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependencies.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ name: Check Dependencies
2222
on:
2323
push:
2424
branches: [main]
25+
paths:
26+
- yarn.lock
2527
pull_request:
2628
types: [opened, synchronize, reopened]
29+
paths:
30+
- yarn.lock
2731
workflow_dispatch:
2832

2933
jobs:

0 commit comments

Comments
 (0)