Hi @omn1coreprocessing-g. You can use git.deploymentEnabled in a vercel.json
file to disable automatic deployments without disconnecting the repo entirely.
Deciding which trigger scenarios to include is entirely up to you. But here are some ideas:
- Use
pull_request
to start a new deployment when a PR is opened, edited, or synchronize - Use
workflow_dispatch
to trigger the workflow manually - Use GitHub CLI in your workflow. For example, you could add a comment to your PR with info about the deployment using the
gh pr comment
command.- Some people miss the deployment links in the comments and this is a way to replicate that feature with your custom workflow. Just make sure you save the deployment URL from the deploy command