From 2b00f15d1a1116876b2af97e913d523ecb66f470 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 12 May 2025 10:33:41 +0200 Subject: [PATCH] build: prevents public releases that matches the `main` branch --- version.json | 1 - 1 file changed, 1 deletion(-) diff --git a/version.json b/version.json index ed9f5c15e9..a511502dde 100644 --- a/version.json +++ b/version.json @@ -9,7 +9,6 @@ "semVer": 2.0 }, "publicReleaseRefSpec": [ - "^refs/heads/main$", "^refs/heads/release/", "^refs/tags/release-" ],