Skip to content

Commit f19c1eb

Browse files
committed
Podmíněný push pouze z master větve
1 parent f113ba5 commit f19c1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
with:
4040
context: .
4141
file: Dockerfile
42-
push: true
42+
push: ${{ github.event_name != 'pull_request' }}
4343
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)