Skip to content

Commit 3d4ed6f

Browse files
authored
fix: testing if all is a valid entry for workflows
1 parent e1ecd47 commit 3d4ed6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/approve_workflow_run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: "Approve Workflow Run"
44

55
on:
66
workflow_run:
7+
workflows: all
8+
types:
9+
- completed
710

811
jobs:
912
approve:

0 commit comments

Comments
 (0)