Build Trigger - Definição no Glossário de CI/CD
Um build trigger é o evento que faz um sistema de CI iniciar um build, como um push de código, um pull request, um timer ou um dispatch manual.
Guias relacionados
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…