Skip to content

Commit

Permalink
chore: run dependency reviews only on PRs on main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Oct 19, 2023
1 parent de56c6e commit d65b955
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'

on: [pull_request]
on:
pull_request:
branches:
- 'main'
- 'next'

permissions:
contents: read
Expand Down

0 comments on commit d65b955

Please sign in to comment.