We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253946 commit 22fb64fCopy full SHA for 22fb64f
4 files changed
.github/workflows/dotnet-sdk-tests.yml
@@ -1,6 +1,9 @@
1
name: ".NET SDK Tests"
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
pull_request:
8
paths:
9
- 'dotnet/**'
.github/workflows/go-sdk-tests.yml
name: "Go SDK Tests"
- 'go/**'
.github/workflows/nodejs-sdk-tests.yml
@@ -4,6 +4,9 @@ env:
HUSKY: 0
10
11
12
- 'nodejs/**'
.github/workflows/python-sdk-tests.yml
PYTHONUTF8: 1
- 'python/**'
0 commit comments