Skip to content

Commit 92c3b5d

Browse files
committed
Update dependencies.yaml
1 parent 5478757 commit 92c3b5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dependencies.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,16 @@ name: Check Dependencies
2222
on:
2323
push:
2424
branches: [main]
25+
paths:
26+
- yarn.lock
27+
- DEPENDENCIES
28+
- .github/workflows/**
2529
pull_request:
2630
types: [opened, synchronize, reopened]
31+
paths:
32+
- yarn.lock
33+
- DEPENDENCIES
34+
- .github/workflows/**
2735
workflow_dispatch:
2836

2937
jobs:

0 commit comments

Comments
 (0)