From d1c46948e763bee565c68a5697402a6d5e1e4d60 Mon Sep 17 00:00:00 2001 From: haixuantao Date: Sun, 23 Feb 2025 17:08:19 +0100 Subject: [PATCH] Using only paths for pip-release --- .github/workflows/pip-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pip-release.yml b/.github/workflows/pip-release.yml index ff457015..78820d5d 100644 --- a/.github/workflows/pip-release.yml +++ b/.github/workflows/pip-release.yml @@ -17,8 +17,6 @@ on: branches: - main pull_request: - paths-ignore: - - "node-hub/**" paths: - "apis/python/node/**" - "binaries/cli/**"