Skip to content

Commit b996987

Browse files
committed
Remove gradle validation from CI
1 parent ce8e9bb commit b996987

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
~/.m2
1717
~/.gradle
1818
key: ${{ runner.os }}-gradle-${{ hashFiles('build.gradle') }}
19-
- name: Validate Gradle wrapper
20-
uses: gradle/wrapper-validation-action@v1
2119
- name: 'Setup Java'
2220
uses: actions/setup-java@v1
2321
with:
@@ -75,7 +73,7 @@ jobs:
7573
tag_name: ${{ github.ref }}
7674
release_name: ${{ github.ref }}
7775
- name: 'Deploy to Maven'
78-
if: startsWith(github.ref, 'refs/heads/master')
76+
if: startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/feature')
7977
env:
8078
MAVEN_URL: ${{ secrets.MAVEN_URL }}
8179
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)