Skip to content

Commit

Permalink
allow release/** branches to be built by CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodingenthusiast committed Aug 9, 2023
1 parent be55e57 commit 7962ec5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ schema = "1"

project "consul-template" {
// the team key is not used by CRT currently
team = "cat-floss"
team = "consul-core"
slack {
notification_channel = "C026W707YHJ"
}
github {
organization = "hashicorp"
repository = "consul-template"
release_branches = ["main"]
release_branches = [
"main",
"release/**",
]
}
}

Expand Down

0 comments on commit 7962ec5

Please sign in to comment.