From 053d15d7808b1684fc5feb8f0b89559e05feed72 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sun, 29 Jun 2025 22:40:15 +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 1533a21e..43248276 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: release: name: 'Release' - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name == 'push' && github.ref_name == 'master' }} runs-on: ubuntu-latest needs: - build