From 55ed4320d845b4d21469cdc2e373089416a7b608 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 23 Apr 2022 20:52:33 -0700 Subject: [PATCH] [ci/cd] run tests on every branch except main --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b6e8561838d67..2b09de67f69d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -252,9 +252,8 @@ workflows: # Build the Docker images and run Forge tests build-test-deploy: when: - or: - - equal: [auto, << pipeline.git.branch >>] - - equal: [canary, << pipeline.git.branch >>] + not: + equal: [main, << pipeline.git.branch >>] jobs: # - build-benchmarks - e2e-test