Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Jun 26, 2024
1 parent e157442 commit 7e62c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, vocode-core-0.1.0]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e62c25

Please sign in to comment.