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