From ab3b8482891a2fb8b0a55d82423771be99001efc Mon Sep 17 00:00:00 2001 From: pimlie Date: Sat, 23 Mar 2019 15:29:10 +0100 Subject: [PATCH] test(circleci): update to 2.1 config (fix typos) --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc6248b..74041c0 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,22 +111,22 @@ workflows: browserString: browserstack/local/ie:9 requires: - test-e2e-ssr - filter: - brances: + filters: + branches: ignore: /^pull\/.*/ - test-e2e-browser: browserString: browserstack/local/edge:15 requires: - test-e2e-ssr - filter: - brances: + filters: + branches: ignore: /^pull\/.*/ - test-e2e-browser: browserString: browserstack/local/os x=snow leopard/safari:5.1 requires: - test-e2e-ssr - filter: - brances: + filters: + branches: ignore: /^pull\/.*/