Skip to content

Commit

Permalink
Allow dependency-review workflow to run from merge queue
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Feb 14, 2025
1 parent 3fd4b5f commit aeda749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]
on:
pull_request:
merge_group:

permissions:
contents: read
Expand Down

0 comments on commit aeda749

Please sign in to comment.