Skip to content

Commit 1d69074

Browse files
authored
chore: modify dependencies check to run only on yarn.lock updates (eclipse-tractusx#300)
eclipse-tractusx/portal-shared-components#382
1 parent ea4b2a2 commit 1d69074

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)