Disable pipeline triggering on commits without MR.
This avoids two types of duplicate(ish) pipelines: (a) Pipeline triggered on fork due to a commit made with git push (b) Pipeline triggered on main repo after an MR is merged (as that creates a commit too).
For issue #3 (closed)
Edited by Urvang Joshi