Whenever I do a push, the pipeline is triggered
Every commit or branch that I upload to the remote repository activates the pipeline.
Including commits made in the IDE, terminal or even in Gitlab itself.
I’ve already tried running the following command:
git config --global push.default current
And my gitlab-ci looks like this:
include:
- project: 'directory' //just to hide
ref: v1
file: 'pipeline-gitlabci.yml'
Unfortunately, I don’t have permissions on the repository. I would just like to know if there is anything I can do within my power or will I have to contact someone.