We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dec80d commit acb3529Copy full SHA for acb3529
1 file changed
.github/workflows/build-and-publish.yaml
@@ -28,11 +28,11 @@ jobs:
28
cache: gradle
29
30
- name: Build
31
- run: ./gradlew --no-daemon clean build -xtest
+ run: ./gradlew --no-daemon clean build -xtest
32
33
publish-snapshot:
34
name: Publish Snapshot to Maven Central
35
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
36
runs-on: ubuntu-latest
37
38
permissions:
0 commit comments