From fdaf8ea7d62b4739bf210493154dc20ae4af0410 Mon Sep 17 00:00:00 2001 From: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Date: Mon, 1 Aug 2022 19:58:47 +0800 Subject: [PATCH] [Enhancement] Set up circle-ci on test-1.x branch (#1852) --- .circleci/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/test.yml b/.circleci/test.yml index e573de986..d0e5a16db 100644 --- a/.circleci/test.yml +++ b/.circleci/test.yml @@ -134,6 +134,7 @@ workflows: branches: ignore: - dev-1.x + - test-1.x pr_stage_test: when: not: @@ -145,6 +146,7 @@ workflows: branches: ignore: - dev-1.x + - test-1.x - build_cpu: name: minimum_version_cpu torch: 1.6.0 @@ -190,3 +192,4 @@ workflows: branches: only: - dev-1.x + - test-1.x