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 28c1bdd + b996987 commit 5575c92Copy full SHA for 5575c92
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
tag_name: ${{ github.ref }}
97
release_name: ${{ github.ref }}
98
- name: 'Deploy to Maven'
99
- if: startsWith(github.ref, 'refs/heads/master') && startsWith(matrix.java, env.DEFAULT_JAVA_VERSION) && startsWith(matrix.distribution, env.DEFAULT_JAVA_DISTRIBUTION)
+ if: (startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/feature')) && startsWith(matrix.java, env.DEFAULT_JAVA_VERSION) && startsWith(matrix.distribution, env.DEFAULT_JAVA_DISTRIBUTION)
100
env:
101
MAVEN_URL: ${{ secrets.MAVEN_URL }}
102
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
0 commit comments