diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01bf27a..9bdc7fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: name: Release needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4 - name: Setup Java diff --git a/.github/workflows/scalabuild.yml b/.github/workflows/scalabuild.yml index c9a713e..7796532 100644 --- a/.github/workflows/scalabuild.yml +++ b/.github/workflows/scalabuild.yml @@ -50,7 +50,7 @@ jobs: name: Release needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' steps: - name: Publish to Maven Central env: