Recently Xcode Cloud has stopped showing new branches on the branch picker. For example, I still see our main
branch on the list, but branches that I pushed recently do not appear when trying to generate a manual build.
We have another app where none of the branches appear, and the same app (with a different bundle ID we use for Production, they all appear except for the new ones).
The GitHub integration seems fine since when PRs are merged to main, all workflows that listen to changes to main work fine, and on the Settings I can see that the last access to the GitHub repository is from a few minutes ago when pushing new things.
The same issue happens on the integration of Xcode Cloud inside Xcode, none of the new branches is listed there.
Looks like the issue is on whatever lists the branches available. Has anyone noticed this?
Okay ignore me. Apparently Xcode Cloud recently changed and added a 'Manual Build' trigger option. We were using a disabled workflow before with the trigger on a branch changes. We were starting builds manually by running one on them and picking the branch we want. The moment I removed that trigger and replaced it for the 'Manual Build' one, the branches started appearing again!