Skip to content

Commit 85e8c54

Browse files
authored
chore(ci): Disabling docker image push on branch changes (#814)
1 parent 1930111 commit 85e8c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build docker images
22

33
on:
44
push:
5-
branches: # At least when doing some tests
6-
- "**"
5+
#branches: # At least when doing some tests
6+
# - "**"
77
tags:
88
- "v*.*.*"
99
# pull_request:

0 commit comments

Comments
 (0)