Skip to content

Commit 893c7f0

Browse files
committed
Don't push on pull request
1 parent 724065c commit 893c7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
file: ./src/Dockerfile
8888
build-args: CLI_VERSION=php${{ matrix.version }}
8989
platforms: linux/amd64,linux/arm64
90-
push: true
90+
push: ${{ github.event_name != 'pull_request' }}
9191
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)