From 3ed9689e33c2bf1fdf74296260c1348c661d93eb Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Thu, 12 Jan 2023 21:18:03 +0100 Subject: [PATCH] Build and push to docker only master branch --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 809bbae..f09424b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -180,6 +180,9 @@ workflows: - test-backend - test-frontend - test-frontend-build + filters: + branches: + only: main # - build-arm: # requires: # - test-backend