Skip to content

Commit cff41b6

Browse files
Run test sdk on each push to main (#44)
1 parent fa764da commit cff41b6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/golang-lint.yml renamed to .github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: golangci-lint
1+
name: Lint
22
on:
33
push:
44
tags:

.github/workflows/test-sdk.yml renamed to .github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Test SDK
22
on:
33
pull_request:
4-
path: '**/*'
4+
paths:
5+
- '**/*'
6+
push:
7+
branches:
8+
- main
59

610
jobs:
711
test-sdk:

0 commit comments

Comments
 (0)