Skip to content

Commit

Permalink
Update gitaction workflow for Dependency Review to trigger on pull re…
Browse files Browse the repository at this point in the history
…quest
  • Loading branch information
Mouhajer-CO committed Dec 12, 2023
1 parent dcbda00 commit a33c087
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Dependency Review

on:
push:
branches:
- main
on: [pull_request]

permissions:
contents: read
Expand All @@ -14,6 +11,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
Expand Down

0 comments on commit a33c087

Please sign in to comment.