Skip to main content
All CollectionsIntegrating Git and CI/CD
Updating the Content of Environment Branches
Updating the Content of Environment Branches
Support avatar
Written by Support
Updated today

When connecting your Salto environment to a Git branch with auto push turned on, any changes to the environment branch must be done only via Salto.

Application configuration updates to this branch are handled solely through Salto fetches and deployments.

For changes to files like CSVs, READMEs, CI files, or similar, you can submit a pull request through the Version Control section on the Environment Settings page in the Salto UI.

  1. Go to Environment settings → Version control → Select pull request to merge

  2. Select the pull request

  3. Click merge

    If you have Salto deployment automations, they are most likely triggered for feature branch names following the pattern salto/env/<envId>/deployment/<deploymentId>.
    To avoid unintentionally triggering deployment-related automations, please make sure to use a different naming convention for your feature branch.
    Learn more about deployment-related automations.


Did this answer your question?