We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4387b commit 1edf944Copy full SHA for 1edf944
.github/workflows/build-docker.yml
@@ -2,7 +2,7 @@ name: container-images
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "main", "test1" ]
6
tags: [ "v*" ]
7
8
jobs:
0 commit comments