Skip to content

Commit

Permalink
ci: only runs dependency-review for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Jul 5, 2024
1 parent 3d0d936 commit 38ab8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:

dependency-review:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v4
- name: 'Dependency Review'
Expand Down

0 comments on commit 38ab8b9

Please sign in to comment.