Say, I have two branches: feature and develop which is my default branch. When I merge a commit to develop from feature, my CI/CD pipeline is triggered for the previous commit on develop – not the newest one that I’ve just merged from feature.
Can you suggest where I should look for a reason of such a behavior?