Skip to content

Commit

Permalink
Make the pip release CI only run for dedicated work
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Feb 21, 2025
1 parent 7fc8466 commit 5102a9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ on:
- main
pull_request:
paths-ignore:
- "!node-hub/**"
- "node-hub/**"
paths:
- "apis/python/node/**"
- "binaries/cli/**"

permissions:
contents: write
Expand Down

0 comments on commit 5102a9e

Please sign in to comment.