From 0734694fb8d30ca29ea2b4dcffbe2e36f65f10e9 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Thu, 30 Jan 2025 16:47:58 -0500 Subject: [PATCH] ci: remove conflicting pipeline.git.branch requirement Signed-off-by: Jared Van Bortel --- .circleci/continue_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index ebff5d35..dabb7807 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -1923,7 +1923,6 @@ workflows: # only run on main branch tags that start with 'v' and a digit when: and: - - equal: [ << pipeline.git.branch >>, main ] - matches: { pattern: '^v\d.*', value: << pipeline.git.tag >> } - not: equal: [ << pipeline.trigger_source >>, scheduled_pipeline ]