diff --git a/src/content/docs/workers/ci-cd/builds/build-branches.mdx b/src/content/docs/workers/ci-cd/builds/build-branches.mdx index 64ad921e87ff76a..e342f68aee21856 100644 --- a/src/content/docs/workers/ci-cd/builds/build-branches.mdx +++ b/src/content/docs/workers/ci-cd/builds/build-branches.mdx @@ -22,6 +22,6 @@ Every push event made to this branch will trigger a build and execute the [build To enable or disable non-production branch builds: 1. In **Overview**, select your Workers project. -2. Go to **Settings** > **Build** > **Branch control**. The button under **Pull Request Previews** allows you to enable or disable builds for non-production branches. +2. Go to **Settings** > **Build** > **Branch control**. The checkbox **Builds for non-production branches** allows you to enable or disable builds for non-production branches. When enabled, every push event made to a non-production branch will trigger a build and execute the [build command](/workers/ci-cd/builds/configuration/#build-command), followed by the [non-production branch deploy command](/workers/ci-cd/builds/configuration/#non-production-branch-deploy-command).