We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffba29c + f3453ef commit c70e1b8Copy full SHA for c70e1b8
.github/workflows/go_lint.yml
@@ -2,7 +2,7 @@ name: Go lint
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
pull_request:
7
types:
8
- opened
.github/workflows/go_test.yml
@@ -2,15 +2,14 @@ name: Go test
9
- synchronize
10
- reopened
11
12
jobs:
13
-
14
test:
15
strategy:
16
matrix:
0 commit comments