Skip to content

Commit

Permalink
chore: modify dependencies check to run only on yarn.lock updates (#1310
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shahmargi12 authored Nov 11, 2024
1 parent c1d260b commit 53a72d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53a72d7

Please sign in to comment.