From 4ea2020c974a6cdc6a2dcb522c8468dda3d09d5b Mon Sep 17 00:00:00 2001 From: antoinemzs Date: Thu, 16 Jan 2025 13:36:10 +0100 Subject: [PATCH] =?UTF-8?q?[tool]=C2=A0enable=20build=20target=20on=20all?= =?UTF-8?q?=20branches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoine MAZEAS --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30ddde9..cd39981 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -160,9 +160,7 @@ workflows: - build: filters: tags: - only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)?\.?(\w)*/ - branches: - ignore: /.*/ + only: /.*/ requires: - ensure_formatting - linter @@ -178,6 +176,9 @@ workflows: - notify_rolling: requires: - build + filters: + branches: + only: /main/ - notify: requires: - deploy