Skip to content

Commit d406d90

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

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

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

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

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
paths:
69
- 'dotnet/**'

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

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

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
paths:
69
- 'go/**'

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

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

66
on:
7+
push:
8+
branches:
9+
- main
710
pull_request:
811
paths:
912
- 'nodejs/**'

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

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

66
on:
7+
push:
8+
branches:
9+
- main
710
pull_request:
811
paths:
912
- 'python/**'

0 commit comments

Comments
 (0)