Hello,
We’re using gitlab.com to host our company projects.
Today, a new team member joined us, with a freshly created gitlab account.
To complete his first task, he created a new branch, the git commit and git push.
Every git commit he does starts a pipeline, although no .gitlab-ci.yml exists.
I tried to checkout his branch and push on it, but it didn’t start a pipeline (has intented).
We tried to look into the settings, but we couldn’t find an explanation.
Any idea why a pipeline is started only for his commits, even if no CI/CD has been set?
Regards
Eric