From 4dcd3fc249f5600574f8f2f963c2dec0ad8bdd13 Mon Sep 17 00:00:00 2001 From: shocknet-justin <34176400+shocknet-justin@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:35:10 -0400 Subject: [PATCH] android ci test --- .github/workflows/android-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 9ad01bdf..2f66d643 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -4,12 +4,14 @@ on: push: tags: - 'v*' + branches: + - test env: ACTIONS_RUNNER_DEBUG: true ACTIONS_STEP_DEBUG: true - APP_NAME: "shockwallet" # Hardcoded app name - VERSION: ${{ github.ref_name }} # Use the tag name as the version + APP_NAME: "shockwallet" + VERSION: ${{ github.ref_name }} jobs: build: