Why all pipelines is triggering by admin account on my circleCI organization?

Hi, while in my organization is pull request or merged into the master branch, there is the pipeline in CircleCI, but I don’t understand why it’s triggered by Admin account. Can I change it or can anyone explain to me why this is happening?

:wave: Hi @mankut14 , and welcome to the CircleCI community!

The pull-requests trigger webhook deliveries, that itself triggers a build in CircleCI.

If you look into the payload of a webhook delivery corresponding to one of those pull-requests, do you see any mention of that same Admin user you’re referring to?