Flow of changing a workflow when it's hosted on a repo

I’m thinking on start storing the bitrise.yml on my repo, but one think i don’t understand, is what is the flow of work whenever i’m modifying one of the workflows. do i need then (after the change), to download the updated yml file and push it locally? or is there somesort of automatic mechanism on bitrise.io, that whenever i save workflows changes, it pushed the yml file to the repo?

1 Like

Hi! Bitrise does not push changes in your repository when you edit the yml. You need to copy the changes to your local git and commit and push. However, you could also use Bitrise CLI locally to launch a local workflow editor and then the changes happen right on the bitrise.yml in your repository. For more information on how to do this, see Installing and upgrading the offline Workflow Editor - Bitrise Docs

1 Like