Skip to content

Commit

Permalink
ci: only trigger dependency-review on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 20, 2022
1 parent dd5dfae commit 6347c11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ concurrency:
jobs:
dependency-review:
name: Dependency Review
if: github.event.pull_request.draft == false
if: >
github.event.pull_request.draft == false &&
github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down

0 comments on commit 6347c11

Please sign in to comment.