Skip to content

Commit 5520bcd

Browse files
committed
.
1 parent cfc9b96 commit 5520bcd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/image-cleanup.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: Cleanup Untagged Images
22

33
on:
44
workflow_run:
5-
workflows: ["Build & Push Image"]
6-
branches:
7-
- main
5+
workflows:
6+
[
7+
"Build & Push Image",
8+
"Build & Push Dev Image",
9+
"Build & Push Image via Command",
10+
]
811
types:
912
- completed
1013
workflow_dispatch:

0 commit comments

Comments
 (0)