summaryrefslogtreecommitdiff
path: root/.github/workflows/android.yml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-25 05:22:46 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-25 05:22:46 +0000
commit2432f454c877f084c3ad93202638753e41269be4 (patch)
treeebdae5f45ff3334939b1e4b76af26187e4d57cff /.github/workflows/android.yml
parentee3d0c200797d858e016aefabc8e62e1bd524b4f (diff)
chore: update CI workflow to target main branch
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r--.github/workflows/android.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index aa292f2..12b0bc9 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -2,9 +2,9 @@ name: Android CI/CD
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
build:
@@ -34,7 +34,7 @@ jobs:
path: android-app/app/build/outputs/apk/debug/app-debug.apk
- name: upload artifact to Firebase App Distribution
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{secrets.FIREBASE_APP_ID}}