We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94b18b commit e13b9e3Copy full SHA for e13b9e3
.github/workflows/build-maestro-android.yml
@@ -4,10 +4,13 @@ on:
4
schedule:
5
- cron: "0 6 * * *" # Runs daily at 6:00 AM UTC
6
workflow_dispatch: # Allows manual trigger
7
+ push:
8
+ branches:
9
+ - chore/build-less-architectures-for-testflight
10
11
jobs:
12
build-android-qa:
- if: github.ref == 'refs/heads/main'
13
+ # if: github.ref == 'refs/heads/main'
14
runs-on: ubuntu-latest
15
timeout-minutes: 90
16
0 commit comments