docs/docs/reference/cloud/production-builds-and-pull-request-builds.md
Production Builds and Pull Request Builds are used for readying your site for deployment. When you add a site to Gatsby Cloud, you will find them under the "Deploys" tab of the Site Overview page.
A Production Build is a build of your site's production branch, i.e., the repository branch you select when creating a site. Production builds are suitable for hosting on the internet. If you enable Gatsby Hosting or connect your site to a 3rd party hosting service, the site will automatically deploy after a Production Build completes.
A Production Build may be triggered when any of the following events occur:
POST request to the Build WebhookYou can search for a specific production build. Here's how:
A Pull Request Build is a build of a non-production branch of your site. Pull Request Builds are intended to show the impact of potential code changes before merging those changes into your production branch.
A Pull Request Build will be triggered when any of the following events occur: