Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/content/changelog/workers/2025-10-30-builds-preview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Preview URLs now visible in build details page
description: You can now access Preview URLs directly from the build details page
products:
- workers
date: 2025-10-30
---

You can now access [preview URLs](/workers/configuration/previews/) directly from the build details page. No more hunting through build logs or pull request comments to find your preview link.

![preview button](src/assets/images/changelog/workers/builds-preview-button.png)


**What's new**
* A **Preview** button now appears in the top-right corner of the build details page for successful builds
* Click it to instantly open your per-branch preview URL and test changes before merging
* Matches the same experience you're familiar with from Pages