Skip to content

Commit

Permalink
chore: add filter to dependencies workflow (eclipse-tractusx#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 authored Nov 19, 2024
1 parent 7d61898 commit 021985c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,22 @@ name: Check Dependencies
on:
push:
branches: [main]
paths:
# all csproj files which include the external packages
- '**.csproj'
# dependencies file
- 'DEPENDENCIES'
# workflow file
- '.github/workflows/dependencies.yaml'
pull_request:
types: [opened, synchronize, reopened]
paths:
# all csproj files which include the external packages
- '**.csproj'
# dependencies file
- 'DEPENDENCIES'
# workflow file
- '.github/workflows/dependencies.yaml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 021985c

Please sign in to comment.