I'm trying to delete an automatically start of my CodePipeline in AWS.
My code is hosted in GitHub and the first step in my Pipeline is getting the source from there.
Every push to the branch that was configured in the Pipeline is triggering a new pipeline execution.
How can I remove this Webhook?
I try
- I removed all the webhooks from github, but it's still trigger