Skip to content

Commit

Permalink
build: dependency-check on pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed May 10, 2024
1 parent f7c0d63 commit b522a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
paths:
- "gradle/libs.versions.toml"

permissions:
contents: read
Expand Down

0 comments on commit b522a86

Please sign in to comment.