-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,12 +194,13 @@ workflows: | |
# submit_as_draft: true | ||
|
||
# Notifications | ||
# email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email | ||
# recipients: | ||
# - [email protected] | ||
# notify: | ||
# success: true # To receive a notification when a build succeeds | ||
# failure: false # To not receive a notification when a build fails | ||
email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email | ||
recipients: | ||
#- [email protected] | ||
- [email protected] | ||
notify: | ||
success: true # To receive a notification when a build succeeds | ||
failure: false # To not receive a notification when a build fails | ||
# slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack | ||
# channel: $SLACK_CHANNEL_NAME | ||
# notify_on_build_start: false | ||
|