From b342b07a890e937eeca094b73460c950abf3003d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 17 Sep 2018 07:03:21 -0700 Subject: [PATCH] Add branch filter for builds (#268) Summary: Nothing seems to run now, so let's try "trigger schedules" instead. Pull Request resolved: https://github.com/facebook/flipper/pull/268 Reviewed By: priteshrnandgaonkar Differential Revision: D9851086 Pulled By: passy fbshipit-source-id: 8327e0f7b2a416541e8b531578ea813cc168ff66 --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66d6ad86f..3d39a6fcd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,8 +25,15 @@ workflows: build: jobs: - build - - release: + + release: + triggers: + - schedules: filters: + branches: + - only: master tags: - only: /^v.*/ + jobs: + - release