Skip to content

Commit

Permalink
chore: add filter to dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Nov 19, 2024
1 parent 7d61898 commit 967cff4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
name: Check Dependencies

on:
paths:
# all csproj files which include the external packages
- '**.csproj'
# dependencies file
- 'DEPENDENCIES'
# workflow file
- '.github/workflows/iam-seeding.yml'
push:
branches: [main]
pull_request:
Expand Down

0 comments on commit 967cff4

Please sign in to comment.