Skip to content

Commit

Permalink
chore(ci): use branch filter instead of condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBerry committed Nov 17, 2023
1 parent fccddc8 commit 2d32b43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ workflows:
when:
equal:
- [ true, << pipeline.parameters.prepare_release >> ]
- [ main, << pipeline.git.branch >> ]
jobs:
- prepare release
- prepare release:
filters:
branches:
only:
- main

0 comments on commit 2d32b43

Please sign in to comment.