Skip to content

Commit 59ccee6

Browse files
authored
chore: properly trigger cd-packages action (#3630)
1 parent fd60c9f commit 59ccee6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.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)