Skip to content

Commit

Permalink
allow force pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jan 22, 2024
1 parent 1a55055 commit 970e04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/modules/github_repository/branch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ resource "github_branch_protection" "next-release" {
pattern = "next-*"
enforce_admins = true
required_linear_history = false
allows_deletions = false
allows_force_pushes = true

required_status_checks {
strict = true
Expand Down

0 comments on commit 970e04b

Please sign in to comment.