Hi folks
To give you more precise control over skipping builds in complex CI setups, we’ve added new skip keywords tailored specifically for Bitrise. In addition to the existing [skip ci]
and [ci skip]
patterns, you can now also use [skip bitrise]
or [bitrise skip]
in your commit messages to prevent Bitrise builds from triggering.
This makes it easier to manage multi-vendor or multi-platform CI workflows where skipping builds on one system without affecting others can be challenging. With Bitrise-specific skip keywords, you get finer granularity and avoid unintentionally skipping builds on other parts of your CI pipeline.
Use these new keywords anytime you want to skip Bitrise builds without disrupting other CI processes.
Documentation here
Happy building!