Remove trailing ,'s to keep commit history clean
This commit is contained in:
parent
7a69752cb5
commit
7ab2a3fff9
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
branches: [
|
||||
"main",
|
||||
"main"
|
||||
]
|
||||
|
||||
env:
|
||||
|
|
|
@ -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…
Reference in New Issue