diff --git a/codemagic.yaml b/codemagic.yaml index 9ef9973..c076647 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -76,9 +76,5 @@ workflows: # Flip this to true (and add a `submit_to_app_store` group with reviewer notes) once you're ready # to push a build to public App Store review instead of only TestFlight. # submit_to_app_store: false - email: - recipients: - - sriramphanib@gmail.com - notify: - success: true - failure: true + # No email recipients here on purpose — build status is watched on the Codemagic dashboard. Add + # per-user notifications in the Codemagic UI (or a `publishing.email` block) later if you want them.