From 05bcb614c9419783eb8ee51c690716d71f52155e Mon Sep 17 00:00:00 2001 From: varthe <59516353+varthe@users.noreply.github.com> Date: Thu, 22 May 2025 19:37:00 +0100 Subject: [PATCH] Update publish-image.yaml --- .github/workflows/publish-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index a587e89..88dc470 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -7,6 +7,7 @@ on: jobs: publish_image: + if: github.event.release.prerelease == false runs-on: ubuntu-latest steps: - name: checkout