From 082b94a11f8c1d939542f961c1c77943ffd6b51c Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:23:49 -0400 Subject: [PATCH] Update release regex Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- .github/workflows/kind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index c5b33df4..b19c5b8e 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -4,11 +4,11 @@ on: push: branches: - main - - release-2.[3-9] + - release-[0-9]+.[0-9]+ pull_request: branches: - main - - release-2.[3-9] + - release-[0-9]+.[0-9]+ defaults: run: