Skip to content

Commit

Permalink
Run Dependency Review on the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 23, 2024
1 parent 5418b4f commit 6122678
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
# under the License.

name: 'Dependency Review'
on:
pull_request:
branches:
- master
on: [push, pull_request]

permissions:
contents: read
Expand All @@ -30,5 +27,11 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review PR'
uses: actions/[email protected]
- name: 'Dependency Review'
uses: actions/[email protected]
if: github.event_name == 'master'
with:
base-ref: ${{ github.event.repository.default_branch }}
head-ref: ${{ github.event.repository.default_branch }}

0 comments on commit 6122678

Please sign in to comment.