I'm getting started with Tekton and looking at EventListeners. It isn't clear from the documentation how EventListener's match to Triggers to kick-off pipelines. Does each EventListener activate every trigger that is assigned to it in the configuration? Or is there a way to filter Triggers so that a single EventListener will only activate some Triggers, depending on some matching condition?
I'm getting started with Tekton and looking at EventListeners. It isn't clear from the documentation how EventListener's match to Triggers to kick-off pipelines. Does each EventListener activate every trigger that is assigned to it in the configuration? Or is there a way to filter Triggers so that a single EventListener will only activate some Triggers, depending on some matching condition?