I resolved the issue. It looks like it was because the base branch for the PR is not the main branch. I had misunderstood and thought that if it’s a PR it does not matter what the base branch is.
Hey Darren. Glad you have fixed your issue. However, I do believe your original thought was correct. Have you checked your deploy contexts? Make sure that the deploy previews are set for all branches or your specific branch deploys, then pull requests create a preview.
Hi, @darren. With those settings only PRs for the branches master and local-studio will trigger deploy previews at Netlify. Is that the behavior you are seeing?
If you removed local-studio then commits to that branch would no longer trigger builds and PRs against that branch would also no longer trigger deploy previews.
You can also change the branch deploys setting to “All”. If that is done all commits or PRs to any branch will trigger builds and deploy previews.