From ec9ea3d4717c38bf91d79543b362c052bbf080c6 Mon Sep 17 00:00:00 2001 From: mcapuccini Date: Thu, 17 Feb 2022 11:33:45 +0100 Subject: [PATCH] Relaxing naming convention --- .github/workflows/branch-name-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-name-check.yaml b/.github/workflows/branch-name-check.yaml index 13545f5b6..96ff19993 100644 --- a/.github/workflows/branch-name-check.yaml +++ b/.github/workflows/branch-name-check.yaml @@ -3,7 +3,7 @@ name: "branch name check" on: push env: - BRANCH_REGEX: '^(develop|master|((feature|hotfix)\/SK-\d+)|(release\/((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)))$' + BRANCH_REGEX: '^(develop|master|((feature|hotfix)\/.+)|(release\/((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)))$' jobs: branch-name-check: