ci: remove conflicting pipeline.git.branch requirement

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2025-01-30 16:47:58 -05:00
parent e267512db9
commit 0734694fb8

View File

@ -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 ]