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: