Skip to content

Commit e13b9e3

Browse files
committed
test run
1 parent d94b18b commit e13b9e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-maestro-android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ on:
44
schedule:
55
- cron: "0 6 * * *" # Runs daily at 6:00 AM UTC
66
workflow_dispatch: # Allows manual trigger
7+
push:
8+
branches:
9+
- chore/build-less-architectures-for-testflight
710

811
jobs:
912
build-android-qa:
10-
if: github.ref == 'refs/heads/main'
13+
# if: github.ref == 'refs/heads/main'
1114
runs-on: ubuntu-latest
1215
timeout-minutes: 90
1316

0 commit comments

Comments
 (0)