From 7bb8a29748e1a3236ee000a1322e8d04fb84c2c2 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 18 Aug 2023 23:07:00 +0100 Subject: [PATCH] - test fix --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f38d81a..e550389 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -207,7 +207,7 @@ workflows: only: - master - main_driver - - /^.*ui/g + - /^.*-ui/ - deploy-to-playstore: context: appttude flavour: "Driver" @@ -234,7 +234,7 @@ workflows: only: - master - main_admin - - /^.*ui/g + - /^.*ui - deploy-to-playstore: context: appttude flavour: "Admin"