I would like gitlab-ci to ignore merge from a specific branch.
Example: I have 3 branches. master, development & test.
If I push the code directly or merge the code from any branch to master/development, the pipelines get executed.
Now, I don't want pipeline to get running when I merge from test branch specifically.
I would like to exclude merge from test branch to development or master.