EN
Gitlab - unprotect branch
6 points
In this short article, we would like to show how to let users push changes to master (or main) in GitLab.
In order to unprotect branch on GitLab we need to follow below steps:
- go to your project,
- select Settings -> Repository option,
- expand Protected branches.
- click Unprotect button on master/main branch.

