From 0a1c8b9ada2f7bb77154636eb2662c0a78048a86 Mon Sep 17 00:00:00 2001 From: sime Date: Wed, 30 Oct 2019 20:00:16 +1100 Subject: [PATCH] Restrict branches to develop. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e42f06..40c9781 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,7 +107,6 @@ workflows: ignore: /.*/ branches: only: - - upstream_changes - develop - test: filters: @@ -115,7 +114,6 @@ workflows: ignore: /.*/ branches: only: - - upstream_changes - develop requires: - build @@ -125,7 +123,6 @@ workflows: ignore: /.*/ branches: only: - - upstream_changes - develop requires: - test