From 8a441d757e13464fc9c6c15b3d5ca6b7a7eb1d14 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 20 Feb 2024 22:09:59 -0700 Subject: [PATCH] go --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3165a14..cbee24c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ jobs: workflows: - build: + python: jobs: - python-test - python-publish: @@ -101,6 +101,8 @@ workflows: branches: only: main + nodejs: + jobs: - nodejs-test - nodejs-publish: requires: [nodejs-test]