From 7e62c2546dd03c9486d48a62ad11d47ae3ded67d Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Wed, 26 Jun 2024 15:19:48 -0700 Subject: [PATCH] chores --- .github/workflows/test.yml | 2 +- Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 609b85d67..84f6eed24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + branches: [main, vocode-core-0.1.0] jobs: build: diff --git a/Makefile b/Makefile index c7dcc8ccf..3c8d26f71 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ lint lint_diff: typecheck: poetry run mypy -p vocode poetry run mypy -p quickstarts - poetry run mypy -p apps poetry run mypy -p playground typecheck_diff: