Fix CI pipeline
Instead of the name main the name master was used when checking if a pipeline should be started during a merge request. Since the merge request is done with the main branch the check was always false and the pipeline never started.
Instead of the name main the name master was used when checking if a pipeline should be started during a merge request. Since the merge request is done with the main branch the check was always false and the pipeline never started.