Browse Source

Backport of ci: Use pattern for CRT release branch config into release/1.13.x (#13992)

This pull request was automerged via backport-assistant
pull/13994/head
hc-github-team-consul-core 2 years ago committed by GitHub
parent
commit
af301f4156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml
  2. 5
      .release/ci.hcl

1
.github/workflows/build.yml

@ -6,6 +6,7 @@ on:
branches:
# Push events on the main branch
- main
- release/**
env:
PKG_NAME: consul

5
.release/ci.hcl

@ -11,10 +11,7 @@ project "consul" {
repository = "consul"
release_branches = [
"main",
"release/1.9.x",
"release/1.10.x",
"release/1.11.x",
"release/1.12.x",
"release/**",
]
}
}

Loading…
Cancel
Save