ci: Use pattern for CRT release branch config (#13955)

This commit is contained in:
Evan Culver 2022-08-01 13:56:55 -06:00 committed by GitHub
parent e9960dfdf3
commit c548112ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -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/**",
]
}
}