Skip to content

Commit

Permalink
ci: remove conflicting pipeline.git.branch requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre committed Jan 30, 2025
1 parent e267512 commit 0734694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 0734694

Please sign in to comment.