This is my yaml:
trigger:
branches:
include:
- master
- R_current_Sprint
paths:
exclude:
- YAML/*
extends:
template: ThunderPipeline.yaml
parameters:
MergeBetweenBranches: false
But when I merged somthing to R_current_Sprint today, somehow the build pipeline is not triggered.
However, if I overwrite what is available in yaml with this and do another merge to R_current_Sprint. The pipeline is triggered. So indeed something not right.
Is there a log or something to see why the pipeline is not triggered by my yaml file?
