Browse Source

Remove trailing ,'s to keep commit history clean

pull/12097/head
Michele Degges 3 years ago
parent
commit
987e9d3258
  1. 2
      .github/workflows/build.yml
  2. 2
      .release/ci.hcl

2
.github/workflows/build.yml

@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/heads
branches: [
"main",
"main"
]
env:

2
.release/ci.hcl

@ -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…
Cancel
Save