We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b24de1 commit 7206e73Copy full SHA for 7206e73
.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