From 6be7b78a66eec68bea6701d7965df71ea2505653 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 10:25:01 -0700 Subject: [PATCH] changes on circleci to .circleci/config.yml, --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea8803c3..a159c096 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,4 +19,8 @@ workflows: - lint - publish: requires: - - lint \ No newline at end of file + - lint + filters: + branches: + only: + - master \ No newline at end of file