diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c8b0e6..5897cce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,4 +161,6 @@ workflows: branches: ignore: /.*/ requires: - - run-unit-tests \ No newline at end of file + - run-unit-tests + - build + - precommit-checks \ No newline at end of file