Skip to content

Commit a9892e5

Browse files
committed
fix build
1 parent 9dec80d commit a9892e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
cache: gradle
2929

3030
- name: Build
31-
run: ./gradlew --no-daemon clean build -xtest
31+
run: ./gradlew --no-daemon clean build -xtest
3232

3333
publish-snapshot:
3434
name: Publish Snapshot to Maven Central
35-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
35+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3636
runs-on: ubuntu-latest
3737

3838
permissions:

0 commit comments

Comments
 (0)