Limit Slack notifications of Circle failures to master, stable

Summary:
Per https://circleci.com/docs/configuration/#per-branch-notifications
Closes https://github.com/facebook/react-native/pull/12446

Differential Revision: D4601198

Pulled By: hramos

fbshipit-source-id: 00edbbd31532041bb53f583c3a1667446dcd6b0b
This commit is contained in:
Hector Ramos 2017-02-22 15:08:41 -08:00 committed by Facebook Github Bot
parent dba133a291
commit 9702bee2a5
1 changed files with 7 additions and 0 deletions

View File

@ -99,3 +99,10 @@ deployment:
- echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" > ~/.netrc
- cd website && GIT_USER=reactjs-bot npm run gh-pages
- node ./scripts/publish-npm.js
experimental:
notify:
branches:
only:
- master
- /.*-stable/