Bug Details
Description
A Release PR is created/updated (e.g., #282) to track changes for a release.
The deploy-preview workflow runs only when the Release PR is created, not when it is updated.
As a result, the preview environment does not reflect the latest main branch changes after subsequent merges.
Expected Behavior
The deploy-preview workflow should trigger on every update to the Release PR.
This would allow the Release PR preview to act as a staging environment and help catch issues before it reaches production.
Good First Issue
Contribution
Bug Details
Description
A
Release PRis created/updated (e.g., #282) to track changes for a release.The deploy-preview workflow runs only when the Release PR is created, not when it is updated.
As a result, the preview environment does not reflect the latest main branch changes after subsequent merges.
Expected Behavior
The deploy-preview workflow should trigger on every update to the
Release PR.This would allow the Release PR preview to act as a staging environment and help catch issues before it reaches production.
Good First Issue
Contribution