You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/ci-cd/builds/build-branches.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ Every push event made to this branch will trigger a build and execute the [build
22
22
To enable or disable non-production branch builds:
23
23
24
24
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.
26
26
27
27
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