> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CI/CD Templates

> CI/CD templates for automated testing and deployment workflows that integrate with your git workflow for seamless development and production releases.

Streamline your development workflow with automated testing and deployment templates. These integrations ensure code quality through automated validation and enable seamless production deployments when changes are merged.

<CardGroup cols={2}>
  <Card title="🔍 Test Code Changes on Pull Requests" href="/products/bolt/creating-schedules/templates/ci-cd-templates/test-code-changes-on-pull-requests" horizontal>
    Automatically validate dbt™ model changes in a pull request by building and testing only the affected models in a temporary schema.
  </Card>

  <Card title="🚀 Deploy Code Changes On Merge" href="/products/bolt/creating-schedules/templates/ci-cd-templates/deploy-code-changes-on-merge" horizontal>
    Automatically execute dbt™ model builds and deploy them to production when a new pull request is merged into the main branch.
  </Card>
</CardGroup>


## Related topics

- [CI/CD Templates](/products/bolt/creating-schedules/templates/ci-cd-templates/index.md)
- [CI/CD](/products/bolt/ci-cd/index.md)
- [Translation of Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
- [Testing Source Freshness](/guides/dbt-fundamentals/configuring-your-dbt-project/testing-source-freshness.md)
- [Job templates](/products/bolt/creating-schedules/templates/index.md)
