From ae89af779d1b02b492136122f29e7d91e66616cb Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 13 Mar 2026 23:05:43 +0000 Subject: fix: update CI/CD workflow to trigger on master branch --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ee85881..fcc69b1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,9 +2,9 @@ name: Android CI/CD on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] 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/main' + if: github.ref == 'refs/heads/master' uses: willydouglas/firebase-distribution-action@v1 with: appId: ${{secrets.FIREBASE_APP_ID}} -- cgit v1.2.3