From 2cd240b8609056218951e97507ec4aac751b3779 Mon Sep 17 00:00:00 2001 From: Peli Date: Thu, 13 Feb 2020 17:36:41 -0800 Subject: [PATCH] escape dot --- pxtarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index b29ef44f..e039144b 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -431,5 +431,5 @@ } }, "uploadDocs": false, - "uploadApiStringsBranchRx": "^(master|v[2-9].\\d+\\.\\d+)$" + "uploadApiStringsBranchRx": "^(master|v[2-9]\\.\\d+\\.\\d+)$" } \ No newline at end of file