Skip to content

Commit 335b613

Browse files
committed
wip
1 parent bcbc6bc commit 335b613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/queue_and_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
context: .
158158
file: Dockerfile
159159
build-args: PACKAGE=${{ matrix.docker.package }}
160-
push: ${{ github.event.pull_request.head.repo.full_name == 'anoma/namada-indexer' }}
160+
push: ${{ github.event.pull_request.head.repo.full_name == 'anoma/namada-indexer' || github.event.push.head.repo.full_name == 'anoma/namada-indexer' }}
161161
tags: ${{ steps.meta.outputs.tags }}
162162
labels: ${{ steps.meta.outputs.labels }}
163163
cache-from: type=gha

0 commit comments

Comments
 (0)