diff --git a/.github/workflows/dependencies.yaml b/.github/workflows/dependencies.yaml index 62fdf9970e..2990e565ef 100644 --- a/.github/workflows/dependencies.yaml +++ b/.github/workflows/dependencies.yaml @@ -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: