From 433b6ba3a41c6715bd3638b243502d51304555a2 Mon Sep 17 00:00:00 2001 From: Jaideep Bhoosreddy Date: Wed, 13 Nov 2019 15:42:44 -0500 Subject: [PATCH] Ignore PR job on master branch (#10702) --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d1c725d32..f654bb91c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -176,9 +176,17 @@ workflows: jobs: - approve-test262-run: type: approval + filters: + branches: + ignore: + - master - test262: requires: - approve-test262-run + filters: + branches: + ignore: + - master e2e: jobs: - publish-verdaccio