From 9ee48120bef927402d4bdabd07fac47cb0b9e0bb Mon Sep 17 00:00:00 2001 From: "margi.shah1" Date: Mon, 11 Nov 2024 15:02:07 +0530 Subject: [PATCH] chore: modify dependencies check to run only on yarn.lock updates --- .github/workflows/dependencies.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index 46f2449..5053092 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -22,8 +22,12 @@ name: Check Dependencies on: push: branches: [main] + paths: + - yarn.lock pull_request: types: [opened, synchronize, reopened] + paths: + - yarn.lock workflow_dispatch: jobs: