diff --git a/.github/workflows/android-preview-build.yml b/.github/workflows/android-preview-build-local.yml similarity index 93% rename from .github/workflows/android-preview-build.yml rename to .github/workflows/android-preview-build-local.yml index 26fda0f2a..e4a1165bb 100644 --- a/.github/workflows/android-preview-build.yml +++ b/.github/workflows/android-preview-build-local.yml @@ -1,5 +1,10 @@ name: android-preview-build -on: workflow_dispatch +on: + push: + branches: [ "**" ] +pull_request: + branches: [ "**" ] + jobs: update: @@ -38,4 +43,4 @@ jobs: uses: expo/expo-github-action/preview@v8 with: working-directory: apps/expo - command: eas build --platform android --profile preview + command: eas build --platform android --profile preview --local