Skip to content

Commit e4e3f9b

Browse files
Run SDK tests on push to main branch
1 parent 4253946 commit e4e3f9b

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

.github/workflows/dotnet-sdk-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
name: ".NET SDK Tests"
22

33
on:
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/**'

.github/workflows/go-sdk-tests.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
name: "Go SDK Tests"
22

33
on:
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/**'

.github/workflows/nodejs-sdk-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ env:
44
HUSKY: 0
55

66
on:
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/**'

.github/workflows/python-sdk-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ env:
44
PYTHONUTF8: 1
55

66
on:
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/**'

0 commit comments

Comments
 (0)