Assuming that you are only building on the master branch already, I assume that you want to filter out non-merge commits. If that's the case, you might add a filter to the VCS Trigger to filter out specific users, comments or files. If the merge commits have specific text, which is often the case, you might be able to simply filter those commits.
Hi,
Assuming that you are only building on the master branch already, I assume that you want to filter out non-merge commits. If that's the case, you might add a filter to the VCS Trigger to filter out specific users, comments or files. If the merge commits have specific text, which is often the case, you might be able to simply filter those commits.