From b77b973ff1f42249a4d3b482e11d9f4ef8dcbafc Mon Sep 17 00:00:00 2001 From: leandrofars Date: Sat, 13 Apr 2024 13:24:34 -0300 Subject: [PATCH] ci: testnew workflow --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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