From b9223fbf228d9aacf59157e9804e0eec3898ac43 Mon Sep 17 00:00:00 2001 From: Terry Date: Thu, 19 May 2022 15:25:27 +0800 Subject: [PATCH] chore: test building --- .circleci/config.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84ec460..2fd10d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,9 @@ version: 2 jobs: build: + branches: + only: master + docker: # specify the version you desire here - image: circleci/node:12.22-browsers @@ -38,15 +41,3 @@ jobs: # run tests! - run: npm run cover - run: codecov -workflows: - version: 2 - build-and-test: - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - master - jobs: - - build