Build Trigger - CI/CD 用語集の定義
build trigger は、コードの push、pull request、タイマー、手動 dispatch など、CI システムに build を開始させるイベントです。
関連ガイド
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…