From 51c80c8757dbf4b8ad6d3b1d713ff9e436923d6f Mon Sep 17 00:00:00 2001
From: Cees-Jan Kiewiet <ceesjank@gmail.com>
Date: Thu, 5 Sep 2024 21:24:19 +0200
Subject: [PATCH] Only don't push on PR

---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dcb65e4..3c8269a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -229,7 +229,7 @@ jobs:
       - run: echo "✔️"
   push:
     name: Pushing "${{ matrix.image }}"
-    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'
     needs:
       - check-mark
       - image-matrix