Skip to content

Commit

Permalink
Stop orchestrator from messaging on pushes to main (hashicorp#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko authored Apr 14, 2022
1 parent 8f84ef6 commit ba1479f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
# Push events to branches matching refs/heads/release/**
- "release/**"
- "cb/crt-testing"

env:
PKG_NAME: "consul-k8s-control-plane"
Expand Down
2 changes: 1 addition & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project "consul-k8s" {
github {
organization = "hashicorp"
repository = "consul-k8s"
release_branches = ["main"]
release_branches = ["cb/crt-testing"]
}
}

Expand Down

0 comments on commit ba1479f

Please sign in to comment.