Customize your deployment pipeline to match your workflow.
By default, ExpoDeploy uses a simple pipeline: push code → build → deploy. You can customize this workflow to add steps like testing, code quality checks, or conditional deployments.
Configure different pipelines for different branches. For example, you might want development builds on feature branches, preview builds on staging, and production builds only on main.
Add custom build scripts to run before or after builds. These can include tests, linting, or any custom commands you need.