From f7e3038420d71e5be7799beabdc3274c5f1751a7 Mon Sep 17 00:00:00 2001 From: "Tanner B. Hess Webber" Date: Thu, 16 Nov 2023 15:14:56 -0500 Subject: [PATCH] ci(release): fixes branch protection rules --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b301a7..b08e337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: Release on: push: branches: - - v[1-9].[x0-9], + - '[1-9].x' + - '[1-9].[0-9].x' - main - alpha