Skip to content

Commit c4b462a

Browse files
committed
Add if statement to fix dependency review error
1 parent 039c4c8 commit c4b462a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121

2222
jobs:
2323
dependency-review:
24+
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target' || github.event_name == 'merge_group'
2425
runs-on: ubuntu-latest
2526
steps:
2627
- name: Dependency Review

0 commit comments

Comments
 (0)