In Azure Pipelines, what is the purpose of a 'trigger' block in a YAML pipeline definition?
-
A
To define variables used across pipeline stages
-
B
To specify which branch changes automatically start the pipeline
-
C
To configure the agent pool for pipeline runs
-
D
To set approval gates between stages