From 87e8ac6ca8aadcda981b6988266643615fa4a7c8 Mon Sep 17 00:00:00 2001 From: Matt Forster Date: Mon, 17 Aug 2020 13:43:27 -0600 Subject: [PATCH] chore: fix maintenance version regex --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0504f020..4335d887 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ workflows: branches: only: | master - /^+([0-9])?(.{+([0-9]),x}).x/ + /^\d+\.(?:\d+|x)(?:\.x)?$/ requires: - test - lint