Skip to content

Commit ecda512

Browse files
TEST: DROP THIS COMMIT!
1 parent d0fdc49 commit ecda512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
echo -n "$IOS_API_KEY_BASE64" | base64 --decode -o $API_KEY_PATH
258258
- run: make capacitor-build-ios-app
259259
- name: Upload to TestFlight
260-
if: ${{ github.ref == 'refs/heads/main' }}
260+
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-2149-migrate-away-from-appcenter' }}
261261
run: make capacitor-upload-ios-app
262262
- name: Clean up keychain and provisioning profile
263263
if: ${{ always() }}
@@ -300,7 +300,7 @@ jobs:
300300
export ANDROID_KEYSTORE_PATH="$RUNNER_TEMP/keystore.jks"
301301
make capacitor-apksigner
302302
- name: Distribute to App Center
303-
if: ${{ github.ref == 'refs/heads/master' }}
303+
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev-2149-migrate-away-from-appcenter' }}
304304
env:
305305
APPCENTER_ACCESS_TOKEN: ${{ secrets.CAPACITOR_ANDROID_APPCENTER_ACCESS_TOKEN }}
306306
run: appcenter distribute release --debug --silent --file ./example/capacitor/android/app/build/outputs/apk/release/app-release-signed.apk --group "Collaborators" --app "Oursky/Authgear-Demo-Capacitor-Android" --release-notes "no release notes"

0 commit comments

Comments
 (0)