From c8c23a0a9431eaac26d8c7a8626cfdda662ca1e9 Mon Sep 17 00:00:00 2001 From: brooketopcoder Date: Mon, 14 Mar 2022 12:35:14 -0700 Subject: [PATCH] PALT-638 #comment fix broken builds in ci #time 15m --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1951b5aa5..26ede8fd0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,8 +126,8 @@ workflows: context : org-global filters: branches: - only: - - dev + ignore: + - master - build-prod: context : org-global