Connect & Get help from fellow developers on our Discord community.
Ask the Community
Branch filtering via ‘*’ wildcard
Learn how to use the *
wildcard for flexible branch filtering in Percy.
You can use the *
wildcard in project settings for auto-approve branches and Slack integrations to match multiple branch names with a single pattern.
How to use
- List multiple branch patterns separated by spaces.
- Use
*
as a wildcard to match any sequence of characters.
Examples
Pattern | Matches | Does Not Match |
---|---|---|
master |
master |
staging , release
|
staging-* |
staging-dev , staging-qa , staging-feature
|
master , release
|
release-*.*.* |
release-1.0.0 , release-2.3.4
|
master , staging
|
feature-* |
feature-login , feature-ui
|
master , release
|
hotfix-* |
hotfix-urgent , hotfix-123
|
master , staging
|
*-test |
integration-test , api-test
|
master , feature-ui
|
dev* |
dev , dev-branch , dev123
|
master , release
|
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!