Workflows examples
Edit this page
Common CI/CD workflows for developing, reviewing, and releasing your app.
The following workflows are examples of how you can use EAS Workflows to automate your development, review, and release processes. They can help you and your team develop, review each other's PRs, and release changes to your users continuously.
Examples
Create development builds
Learn how to kick off development builds in parallel for each platform.
Publish preview updates
Learn how to publish preview updates for each commit on every branch.
Deploy to production
Learn how to build and submit to the app stores or send an over-the-air update when merging to main.
Run E2E tests
Learn how to run E2E tests.