diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64d823c..475f1e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,9 @@ name: Publish on: + push: + branches: + - develop release: # We'll run this workflow when a new GitHub release is created types: [released] @@ -17,6 +20,8 @@ jobs: with: distribution: adopt java-version: 17 + - name: Setup Android SDK + uses: amyu/setup-android@v4 # Runs upload, and then closes & releases the repository - name: Publish to MavenCentral