Selective Builds not working on branch creation

My repository is a mono repo and I have separate projects setup on Bitrise for different directories on my in my project. I have selective builds setup to only trigger workflows if certain directories are changed.

One of my projects requires a workflow on every feature/* branch, but only if files in the app directory is changed.

The selective build feature on Bitrise works correctly for the most part, except on branch creation. Whenever I create a new branch and push it without making any changes, the workflow is triggered even though that directory wasn’t changed.

This sounds like you have a push trigger set up which is building the new branch

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.