Skip to content

Commit

Permalink
Limit Slack notifications of Circle failures to master, stable
Browse files Browse the repository at this point in the history
Summary:
Per https://circleci.com/docs/configuration/#per-branch-notifications
Closes facebook#12446

Differential Revision: D4601198

Pulled By: hramos

fbshipit-source-id: 00edbbd31532041bb53f583c3a1667446dcd6b0b
  • Loading branch information
hramos authored and facebook-github-bot committed Feb 22, 2017
1 parent dba133a commit 9702bee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 9702bee

Please sign in to comment.