From dcfe4ef26f9316d9fad4cf97bd6f63ecc7fd5b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 31 May 2018 14:50:41 -0700 Subject: [PATCH] Enable webhooks on Circle Summary: Release Notes ============= [INTERNAL][MINOR][CircleCI] - Send webhooks to Facebook. Closes https://github.com/facebook/react-native/pull/19527 Differential Revision: D8228361 Pulled By: hramos fbshipit-source-id: 5d7c0960392b9a860d3f665e2a316c18153879eb --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b78ebf8f..7e694fb89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -672,3 +672,11 @@ workflows: # filters: *filter-ignore-gh-pages # requires: # - checkout_code + +experimental: + notify: + webhooks: + - url: https://code.facebook.com/circle/webhook/ + branches: + only: + - master