Commit e602964f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

main branch added as prod

parent f483cf56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ Using Git, there are [many possible workflows](https://www.atlassian.com/git/tut

You are free to use whichever you want, but our templates make strong hypothesis you should be aware of:

* the `master` branch is **production** (triggers the CD pipeline),
* the `master` (or `main`) branch is **production** (triggers the CD pipeline),
* the `develop` branch is **integration** (triggers an hybrid pipeline),
* any other branch is **development** (triggers the CI pipeline).