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 4126325 commit 2774c9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
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
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
2 changes: 1 addition & 1 deletion version/VERSION
@@ -1 +1 @@
0.4.0-dev
0.4.0-prototype

0 comments on commit 2774c9f

Please sign in to comment.