Skip to content

Commit

Permalink
Workflow changes2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Apr 13, 2024
1 parent 1b8b4b0 commit b1734c5
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: android-preview-build
on: workflow_dispatch
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]


jobs:
update:
Expand Down Expand Up @@ -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

0 comments on commit b1734c5

Please sign in to comment.