#
How CI/CD execution works
#
Integration with Your Repository
- KushoAI integrates seamlessly with Git-based repositories like GitHub, GitLab, and others.
- Developers can trigger tests automatically when certain events occur, such as:
- Code is pushed to a branch (e.g.,
main
ordevelop
). - A pull request is created or updated.
- Code is pushed to a branch (e.g.,