We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b24de1 + 7206e73 commit cf54fd8Copy full SHA for cf54fd8
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
publish:
31
needs: test
32
- 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' }}
33
runs-on: ubuntu-latest
34
name: "Bump version, create changelog and publish"
35
steps:
0 commit comments