File tree Expand file tree Collapse file tree 4 files changed +54
-0
lines changed
Expand file tree Collapse file tree 4 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 11name: ".NET SDK Tests"
22
33on:
4+ push:
5+ branches:
6+ - main
7+ paths:
8+ - 'dotnet/**'
9+ - 'test/**'
10+ - 'nodejs/package.json'
11+ - '.github/workflows/dotnet-sdk-tests.yml'
12+ - '!**/*.md'
13+ - '!**/LICENSE*'
14+ - '!**/.gitignore'
15+ - '!**/.editorconfig'
16+ - '!**/*.png'
17+ - '!**/*.jpg'
418 pull_request:
519 paths:
620 - 'dotnet/**'
Original file line number Diff line number Diff line change 11name: "Go SDK Tests"
22
33on:
4+ push:
5+ branches:
6+ - main
7+ paths:
8+ - 'go/**'
9+ - 'test/**'
10+ - 'nodejs/package.json'
11+ - '.github/workflows/go-sdk-tests.yml'
12+ - '.github/actions/setup-copilot/**'
13+ - '!**/*.md'
14+ - '!**/LICENSE*'
15+ - '!**/.gitignore'
16+ - '!**/.editorconfig'
17+ - '!**/*.png'
18+ - '!**/*.jpg'
19+ - '!**/*.jpeg'
20+ - '!**/*.gif'
21+ - '!**/*.svg'
422 pull_request:
523 paths:
624 - 'go/**'
Original file line number Diff line number Diff line change 44 HUSKY: 0
55
66on:
7+ push:
8+ branches:
9+ - main
10+ paths:
11+ - 'nodejs/**'
12+ - 'test/**'
13+ - '.github/workflows/nodejs-sdk-tests.yml'
14+ - '!**/*.md'
15+ - '!**/LICENSE*'
16+ - '!**/.gitignore'
17+ - '!**/.editorconfig'
718 pull_request:
819 paths:
920 - 'nodejs/**'
Original file line number Diff line number Diff line change 44 PYTHONUTF8: 1
55
66on:
7+ push:
8+ branches:
9+ - main
10+ paths:
11+ - 'python/**'
12+ - 'test/**'
13+ - 'nodejs/package.json'
14+ - '.github/workflows/python-sdk-tests.yml'
15+ - '!**/*.md'
16+ - '!**/LICENSE*'
17+ - '!**/.gitignore'
718 pull_request:
819 paths:
920 - 'python/**'
You can’t perform that action at this time.
0 commit comments