From be391223d4b8c0d6e909e2052caf138f03ba9876 Mon Sep 17 00:00:00 2001 From: Joy A Date: Mon, 6 Feb 2023 10:21:07 +0530 Subject: [PATCH] #000 | Ignore dependabot branches instead of building only on master --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc5fcbc58..c45e9f08e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,8 +128,8 @@ workflows: - release_android_staging: filters: branches: - only: - - master + ignore: + - /^dependabot.*/ requires: # - hold_staging - test_android