Skip to content

Commit 8b8320b

Browse files
authored
only push docker image on main
via merge queue, checks are already all done.
1 parent 54d9efa commit 8b8320b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push-docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Push Client Image
22
on:
3-
check_suite:
4-
types: [completed]
3+
push:
4+
branches:
5+
- main
56

67
jobs:
78
push-docker-image:

0 commit comments

Comments
 (0)