Hello. I am trying to create a pipeline, and setup it.
It should trigger every time, when a new Pull Request was created, or if a new commit was added to PR.
But it should not run if a new commit was added to any branch without PR.
On buddy docs I have found a topic
And as I understand, it can only listen every push, and filter branches/tags by ref.
Github provides us with lots of different web-hook events. I there any way to use them?