Overview
If you are setting up a project for the first time, where you already have multiple branches on your repository, you may notice only your default
branch is building.
This is expected behavior.
Solution
To have the branch show up in the CircleCI App UI, you can push a new commit to the branch you are looking for and CircleCI will build it if there is a config.yml
present.
Comments
Article is closed for comments.