Habilitar restrições de branch
You can enforce branch restrictions so that only certain users or teams are able to push to a protected branch.
Protected branches are available in public repositories with GitHub Free, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. The ability to restrict branches is a type of branch protection that's available for public and private repositories owned by organizations in GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server.
Anyone with admin permissions to a repository can enable branch restrictions.
You can automatically enforce protected branch settings for some or all branches in your repository. For more information, see "Configuring protected branches."
-
On GitHub Enterprise, navigate to the main page of the repository.
-
Under your repository name, click Settings.
-
In the left menu, click Branches.
-
Next to "Branch protection rules", click Add rule.
-
Under "Branch name pattern", type the branch name or pattern you want to protect.
-
Em "Rule settings" (Configurações de regras), selecione Restrict who can push to matching branches (Restringir quem pode fazer push para branches correspondentes).
-
Search for and select the users or teams who will have permission to push to the protected branch.
-
Clique em Save changes (Salvar alterações).