From dee1664c83ec93d19a3cf3fceb2c6fe5ff381b93 Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Tue, 30 Mar 2021 10:29:25 -0500 Subject: [PATCH] fix(circle): change website branch filter to main (#10261) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0caf347d9..29faee5b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -656,7 +656,7 @@ workflows: filters: branches: only: - - master + - main - algolia_index: context: static-sites