diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a9b9fc8..430963e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -2,7 +2,7 @@ name: Gradle Build, Tests and Publish on: push: - branches: [ "main" ] + branches: [ "main", "ullrich/publish-via-ci" ] pull_request: jobs: @@ -74,8 +74,9 @@ jobs: publish: runs-on: ubuntu-latest - needs: [ changeset-on-main, build, test, lint ] - if: ${{ needs.changeset-on-main.outputs.published == 'true'}} + # needs: [ changeset-on-main, build, test, lint ] + # if: ${{ needs.changeset-on-main.outputs.published == 'true'}} + needs: [ build, test, lint ] steps: - name: Publish to Maven Local run: ./gradlew -xtest -xlint assemble publishToMavenLocal