Skip to content

Commit

Permalink
chore: Added workflow_dispatch to dependency workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agadzinski93 committed Oct 30, 2024
1 parent 48a3080 commit 59e2502
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dependencyReview.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Dependency Review
on: [pull_request]

on: [pull_request,workflow_dispatch]
permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59e2502

Please sign in to comment.