From 862a11a41d291c38b33c434654da0500c8470117 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sun, 29 Jun 2025 22:21:25 +0000 Subject: [PATCH] Update .github/workflows/ci.yml --- .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 78741f4b..1533a21e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: release: name: 'Release' - if: ${{ github.event_name == 'release' }} + if: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest needs: - build