Overhaul branch filtering guide with comprehensive examples#10129
Draft
rosieyohannan wants to merge 1 commit intomainfrom
Draft
Overhaul branch filtering guide with comprehensive examples#10129rosieyohannan wants to merge 1 commit intomainfrom
rosieyohannan wants to merge 1 commit intomainfrom
Conversation
- Restructured page as a how-to guide following template - Added clear sections for all 6 methods of branch filtering: 1. Branch filters for workflows (with regex and multiple branches) 2. Expression-based job filters (with operators and complex conditions) 3. Conditional workflows with when/unless 4. Branch filtering for job steps 5. Schedule triggers with branch filters 6. Dynamic configuration for advanced logic - Added prerequisites, best practices, and troubleshooting sections - Included common patterns and real-world examples - Added proper cross-references to related documentation - Improved page description for SEO (70-160 characters) - Fixed typo in original description (fileters -> filters) Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Completely overhauled the branch filtering documentation page to provide a comprehensive how-to guide covering all methods for running work on specific branches in CircleCI.
Reasons
The existing page was very outdated and only covered one method (branch filtering for job steps). The Linear issue DOC-64 requested improvements to make this a proper how-to guide with examples for all the different ways to run work on specific branches.
Changes made:
Content checks
Preview your changes:
ci/circleci: lintjob at the bottom of your PR. You will be redirected to thevale/lintjob output in CircleCI.ci/circleci: buildjob at the bottom of your PR and you will be redirected to CircleCI. Select the Artifacts tab and selectindex.htmlto open a preview version of the docs site built for your latest commit.Content structure:
Formatting:
Related
Resolves Linear issue DOC-64
Linear Issue: DOC-64