We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d626d2 commit 3c99f70Copy full SHA for 3c99f70
1 file changed
.github/workflows/build.yml
@@ -176,6 +176,7 @@ jobs:
176
177
build-and-push-docker-images:
178
name: Build and push container images
179
+ if: ${{ github.event_name != 'pull_request' }}
180
runs-on: ubuntu-latest
181
182
permissions:
0 commit comments