diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73716eba..c8b026f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: publish: needs: test - if: ${{ !startsWith(github.event.head_commit.message, 'bump:') && github.ref == 'refs/heads/main' && github.event_name == 'push' }} + if: ${{ !startsWith(github.event.head_commit.message, 'bump:') && github.ref == 'refs/heads/develop' && github.event_name == 'push' }} runs-on: ubuntu-latest name: "Bump version, create changelog and publish" steps: