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