Skip to content

Commit

Permalink
Revert dependency review triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Sep 13, 2024
1 parent 10ad8fe commit f835114
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency review'
on:
workflow_run:
workflows: [Java CI with Gradle]
types: [completed]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# If using a dependency submission action in this workflow this permission will need to be set to:
#
Expand Down

0 comments on commit f835114

Please sign in to comment.