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.
1 parent ce8e9bb commit b996987Copy full SHA for b996987
.github/workflows/ci.yml
@@ -16,8 +16,6 @@ jobs:
16
~/.m2
17
~/.gradle
18
key: ${{ runner.os }}-gradle-${{ hashFiles('build.gradle') }}
19
- - name: Validate Gradle wrapper
20
- uses: gradle/wrapper-validation-action@v1
21
- name: 'Setup Java'
22
uses: actions/setup-java@v1
23
with:
@@ -75,7 +73,7 @@ jobs:
75
73
tag_name: ${{ github.ref }}
76
74
release_name: ${{ github.ref }}
77
- name: 'Deploy to Maven'
78
- if: startsWith(github.ref, 'refs/heads/master')
+ if: startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/feature')
79
env:
80
MAVEN_URL: ${{ secrets.MAVEN_URL }}
81
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
0 commit comments