From e0aeae7ab5017fc1f4c0490af8dd26b34b75865d Mon Sep 17 00:00:00 2001 From: kqlio67 <166700875+kqlio67@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:53:34 +0000 Subject: [PATCH] Update android_build.yml --- .github/workflows/android_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index b5ec7725baf..e50953548d6 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -2,9 +2,9 @@ name: Build Android APK on: push: - branches: [ main ] + branches: [ testing ] pull_request: - branches: [ main ] + branches: [ testing ] jobs: build: