Allow decoupling of PR previews from production branch #3480
valentinbeggi
started this conversation in
Feature Requests
Replies: 1 comment
|
We use the same release flow, where we cut a dedicated release branch to indicate a release. The high-level full workflow is:
To support this workflow, we would like to be able to:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Mintlify team,
Quick feature request.
We use a release-based deploy flow: PRs merge into main, and on release we push to a dedicated "mintlify" branch configured as our production branch. This way, merges to main don't trigger doc deploys, only releases do.
The downside is that since PRs target main (not the prod branch), we don't get automatic PR preview deployments.
Would it be possible to either:
Happy to discuss further if helpful. Thanks!
Valentin
All reactions