Skip to content

Commit 51c80c8

Browse files
authored
Only don't push on PR
1 parent a2a500c commit 51c80c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- run: echo "✔️"
230230
push:
231231
name: Pushing "${{ matrix.image }}"
232-
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/master'
232+
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
233233
needs:
234234
- check-mark
235235
- image-matrix

0 commit comments

Comments
 (0)