Only run actions/dependency-review-action on pull_request

This commit is contained in:
Gary Gregory 2024-11-01 07:31:28 -04:00
parent ed1a8a92f3
commit b866c25f61
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# under the License. # under the License.
name: 'Dependency Review' name: 'Dependency Review'
on: [push, pull_request] on: [pull_request]
permissions: permissions:
contents: read contents: read