From 7bcc2bf04deec7da4f6b52aae7f9d3c16af50345 Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Fri, 22 May 2026 15:46:07 -0400 Subject: [PATCH] Move cronbuild/official publish build to `only-latest-lts` target --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5960b07..c826f3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: spec: description: 'Build Specification' type: string - default: "lts" + default: "only-latest-lts" required: true publish: description: 'Publish Builds'