diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index e56a6daf1..e4e31ba76 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -3,7 +3,9 @@ on: push: branches: - main - pull_request: + pull_request_target: + paths: + - "gradle/libs.versions.toml" permissions: contents: read