We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1930111 commit 85e8c54Copy full SHA for 85e8c54
.github/workflows/docker.yml
@@ -2,8 +2,8 @@ name: Build docker images
2
3
on:
4
push:
5
- branches: # At least when doing some tests
6
- - "**"
+ #branches: # At least when doing some tests
+ # - "**"
7
tags:
8
- "v*.*.*"
9
# pull_request:
0 commit comments