From e98d4821fdc41f4a3d2a3bd15ff72da2a711c5af Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 17 Sep 2018 09:49:22 -0700 Subject: [PATCH] Attempt to fix config-error (#270) Summary: Per title. Not very helpful error here: https://circleci.com/workflow-run/4df8960b-e74e-4c58-8072-ac9aad94c063 Pull Request resolved: https://github.com/facebook/flipper/pull/270 Reviewed By: jknoxville Differential Revision: D9861448 Pulled By: passy fbshipit-source-id: 71f46ce0bc3b9fe98ac9a7abecc6fb9c3a531f59 --- .circleci/config.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d39a6fcd..06060d915 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,18 +22,12 @@ jobs: workflows: version: 2 - build: + build-and-deploy: jobs: - build - - release: - triggers: - - schedules: + - release: filters: - branches: - - only: master tags: - - only: /^v.*/ - - jobs: - - release + only: /^v.*/ + branches: + ignore: /.*/