Skip to content

Commit ada6fcb

Browse files
author
Federico Builes
committed
Try using workflow_dispatch.
1 parent 14608fe commit ada6fcb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: 'Dependency Review'
2-
on: [pull_request]
2+
on:
3+
- pull_request
4+
- workflow_dispatch
35

46
permissions:
57
contents: read

0 commit comments

Comments
 (0)