ci: Use pattern for CRT release branch config (#13955)
This commit is contained in:
parent
e9960dfdf3
commit
c548112ef3
|
@ -6,6 +6,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
# Push events on the main branch
|
# Push events on the main branch
|
||||||
- main
|
- main
|
||||||
|
- release/**
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PKG_NAME: consul
|
PKG_NAME: consul
|
||||||
|
|
|
@ -11,10 +11,7 @@ project "consul" {
|
||||||
repository = "consul"
|
repository = "consul"
|
||||||
release_branches = [
|
release_branches = [
|
||||||
"main",
|
"main",
|
||||||
"release/1.9.x",
|
"release/**",
|
||||||
"release/1.10.x",
|
|
||||||
"release/1.11.x",
|
|
||||||
"release/1.12.x",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue