Browse Source

Removing test branch

pull/11844/head
Michele Degges 3 years ago
parent
commit
03507b5053
  1. 4
      .github/workflows/build.yml
  2. 3
      .release/ci.hcl

4
.github/workflows/build.yml

@ -4,9 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/heads
branches: [
"main",
# Remove before merging
"support-darwin-arm64"
"main"
]
env:

3
.release/ci.hcl

@ -14,8 +14,7 @@ project "consul" {
"release/1.8.x",
"release/1.9.x",
"release/1.10.x",
"release/1.11.x",
"support-darwin-arm64"
"release/1.11.x"
]
}
}

Loading…
Cancel
Save