Enabling branch restrictions
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. For more information, see "GitHub's products."
Organization owners and people with admin permissions for organization-owned repositories can enforce branch restrictions so that only certain users or teams are able to push to a protected branch.

You can automatically enforce protected branch settings for some or all branches in your repository. For more information, see "Configuring protected branches."
-
On GitHub, 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.

-
Under "Rule settings", select Restrict who can push to matching branches.
-
Select Restrict who can push to this branch.

-
Search for and select the people or teams who will have permission to push to the protected branch.

-
Click Save changes.