- Automated CI will not triggered/performed on Feature branches.
- Automated CI tests will be triggered for all Pull Requests.
- Developers are not allowed to push commits direct to any main branches: origin/master, origin/develop, or origin/release.
origin/master
is the main branch where the source code of HEAD always reflects the current production-release.origin/develop
is the main development branch where the source code of HEAD always reflects the latest integrated development changes; ready for the next QA release. Some would call this the “integration branch”. > This is where any automatic nightly builds are built from.