We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5eb68b commit 2203767Copy full SHA for 2203767
1 file changed
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
run: mvn -B verify sonar:sonar
51
52
publish:
53
- if: "!contains(github.event.head_commit.message, '[version bump]') && contains(github.ref, 'release')"
+ if: "!contains(github.event.head_commit.message, '[version bump]')"
54
runs-on: ubuntu-latest
55
needs: [ test, sonar ]
56
steps:
@@ -115,7 +115,7 @@ jobs:
115
branch: ${{ github.ref }}
116
117
bump:
118
119
120
needs: [ publish ]
121
0 commit comments