Skip to content

Commit ba90631

Browse files
TEST: DROP THIS COMMIT!
1 parent 3f43491 commit ba90631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
echo -n "$STORE_BASE64" | base64 --decode -o "$STORE_FILE"
150150
make example-build-android-aab
151151
- name: Upload aab
152-
if: ${{ github.ref == 'refs/heads/main' }}
152+
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-2149-migrate-away-from-appcenter' }}
153153
env:
154154
GOOGLE_SERVICE_ACCOUNT_KEY_JSON_BASE64: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY_JSON_BASE64 }}
155155
run: |

0 commit comments

Comments
 (0)