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