diff --git a/.circleci/config.yml b/.circleci/config.yml index d06e67b..6e31061 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,10 +13,10 @@ jobs: name: Build and Push application Docker image command: | cd build && make release -# workflows: -# build_and_deploy: -# jobs: -# - release: -# filters: -# branches: -# only: main \ No newline at end of file +workflows: + build_and_deploy: + jobs: + - release: + filters: + branches: + only: dev \ No newline at end of file