Skip to content

Commit

Permalink
allow branch creations
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jan 22, 2024
1 parent 970e04b commit 29bef91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/github_repository/branch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource "github_branch_protection" "next-release" {
required_linear_history = false
allows_deletions = false
allows_force_pushes = true
blocks_creations = false

required_status_checks {
strict = true
Expand Down

0 comments on commit 29bef91

Please sign in to comment.