I have two webhook (A, B) on the same repository that will invoke two external pipelines.
What I expect is if a specific file [sampleB.txt
] changes, only webhook B
will be invoked.
The issue is: the Bitbucket webhook message payload does not send the files changed.
Is there any workaround?