diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5381ba9836..5bf02b0785 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: # Sequence of patterns matched against refs/heads branches: # Push events on crt-consul-migration branch - - crt-migration-1.11.0-betax + - release/1.11.x env: PKG_NAME: consul diff --git a/.release/ci.hcl b/.release/ci.hcl index 631b00779a..b182421046 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -14,7 +14,7 @@ project "consul" { "release/1.8.x", "release/1.9.x", "release/1.10.x", - # "release/1.11.x" + "release/1.11.x" ] } }