Skip to content

Commit 115f80d

Browse files
authored
only push docker image on main (#166)
via merge queue, checks are already all done.
2 parents 54d9efa + 8b8320b commit 115f80d

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)