Skip to content

Commit 59e9153

Browse files
committed
Test docker push before PR
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent ff0a920 commit 59e9153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "main"
77
- "release-*"
8+
- "fix-docker-manifests-push"
89
pull_request:
910
branches:
1011
- "*"
@@ -99,7 +100,7 @@ jobs:
99100
- test-strimzi
100101
- build-containers
101102
- build-docs
102-
if: ${{ github.ref == 'refs/heads/main' }}
103+
if: ${{ github.ref == 'refs/heads/fix-docker-manifests-push' }}
103104
runs-on: ubuntu-latest
104105
permissions:
105106
contents: read

0 commit comments

Comments
 (0)