Skip to content

Commit bddc93a

Browse files
committed
ci: try workflow_run#branches
1 parent d1b941e commit bddc93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_push_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and push images
22

33
on:
44
workflow_dispatch:
5-
push:
65
workflow_run:
7-
workflows: ["Benchmark"]
6+
workflows: [ Benchmark ]
7+
branches: [ '**' ]
88
types:
99
- completed
1010

0 commit comments

Comments
 (0)