From 845ce2004764b45307198d1109ce8d6a33b6e803 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Tue, 30 Jul 2024 21:12:58 +0200 Subject: [PATCH] Test CI for self-hosted runner --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) 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