Browse Source

Update release branch to 1.11.x

pull/11417/head
99 3 years ago
parent
commit
1732861848
  1. 2
      .github/workflows/build.yml
  2. 2
      .release/ci.hcl

2
.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

2
.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"
]
}
}

Loading…
Cancel
Save