Build Trigger - CI/CD Glossary Definition
A build trigger is the event that causes a CI system to start a build, such as a code push, a pull request, a timer, or a manual dispatch.
Related guides
Trigger (Event) - CI/CD Glossary DefinitionTrigger (Event): A **trigger** is the event that starts a workflow - `push`, `pull_request`, `schedule`, `wor…
Webhook - CI/CD Glossary DefinitionA webhook is an HTTP callback a service sends when an event happens, letting CI react to pushes and pull requ…
Continuous Integration (CI) - CI/CD Glossary DefinitionContinuous Integration (CI): **Continuous integration** is the practice of automatically building and testing…