Skip to content

Commit

Permalink
temp: allow releasing from ci-enroll-into-crt branch
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Feb 2, 2023
1 parent 1b7a7d7 commit 271004d
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 @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ci-enroll-into-crt

env:
PKG_NAME: "hc-install"
Expand Down
2 changes: 1 addition & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project "hc-install" {
github {
organization = "hashicorp"
repository = "hc-install"
release_branches = ["main"]
release_branches = ["main", "ci-enroll-into-crt"]
}
}

Expand Down

0 comments on commit 271004d

Please sign in to comment.