Skip to content

Commit 3d0e006

Browse files
Update documented component for enabling non-production builds in WCI (#25679)
1 parent 8f05c40 commit 3d0e006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/ci-cd/builds/build-branches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Every push event made to this branch will trigger a build and execute the [build
2222
To enable or disable non-production branch builds:
2323

2424
1. In **Overview**, select your Workers project.
25-
2. Go to **Settings** > **Build** > **Branch control**. The checkbox allows you to enable or disable builds for non-production branches.
25+
2. Go to **Settings** > **Build** > **Branch control**. The button under **Pull Request Previews** allows you to enable or disable builds for non-production branches.
2626

2727
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).

0 commit comments

Comments
 (0)