Skip to content

Commit

Permalink
chore: modify dependencies check to run only on yarn.lock updates (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmargi12 authored Nov 11, 2024
1 parent ea4b2a2 commit 1d69074
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 1d69074

Please sign in to comment.