We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a500c commit 51c80c8Copy full SHA for 51c80c8
1 file changed
.github/workflows/ci.yml
@@ -229,7 +229,7 @@ jobs:
229
- run: echo "✔️"
230
push:
231
name: Pushing "${{ matrix.image }}"
232
- if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/master'
+ if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
233
needs:
234
- check-mark
235
- image-matrix
0 commit comments