Skip to content

Commit 95e0467

Browse files
authored
Release 2025-10-24 [3] (#3631)
2 parents 4c4daf2 + 59ccee6 commit 95e0467

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/cd-packages.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
push:
99
branches:
1010
- main
11-
paths:
12-
- "packages/core/**"
13-
- "packages/libs/**"
14-
- "packages/sdk/typescript/human-protocol-sdk/**"
11+
paths-ignore:
12+
- "docs/**"
13+
- "packages/apps/**"
14+
- "packages/examples/**"
15+
- "packages/sdk/python/**"
1516

1617
jobs:
1718
publish:

0 commit comments

Comments
 (0)