From d3a9a41dbabf83bc01bd1f0162b136f362264db9 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 16 Jun 2024 18:40:28 +0200 Subject: [PATCH] Update --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1431211..04eba5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,8 +35,7 @@ jobs: create_github_release: runs-on: ubuntu-latest needs: check_if_version_upgraded - # We create a release only if the version have been upgraded and we are on a default branch - if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' && github.event_name == 'push' + if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4