diff --git a/.github/workflows/typescript-packages-changesets-npm-release.yml b/.github/workflows/typescript-packages-changesets-npm-release.yml
index c20504bba..58680c493 100644
--- a/.github/workflows/typescript-packages-changesets-npm-release.yml
+++ b/.github/workflows/typescript-packages-changesets-npm-release.yml
@@ -6,6 +6,7 @@ on:
- main
paths:
- "packages/**"
+ - "!packages/nameguard-python/**"
concurrency: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/typescript-packages-unit-tests.yml b/.github/workflows/typescript-packages-unit-tests.yml
index 8d90af908..a36d6a79a 100644
--- a/.github/workflows/typescript-packages-unit-tests.yml
+++ b/.github/workflows/typescript-packages-unit-tests.yml
@@ -7,12 +7,14 @@ on:
- staging
paths:
- "packages/**"
+ - "!packages/nameguard-python/**"
pull_request:
branches:
- main
- staging
paths:
- "packages/**"
+ - "!packages/nameguard-python/**"
env:
PROVIDER_URI_MAINNET: ${{ secrets.PROVIDER_URI_MAINNET }}
diff --git a/README.md b/README.md
index 7f3ac1a57..e9cc58fa5 100644
--- a/README.md
+++ b/README.md
@@ -320,7 +320,7 @@ The NameKit monorepo contains multiple packages and apps.
|