Skip to content

Commit 9a71064

Browse files
committed
Rename main branch, disable codecov
1 parent 109b5d2 commit 9a71064

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build
22
on:
33
push:
44
branches:
5-
- master
5+
- main
6+
- tmp-*
67
tags:
78
- v*
89
pull_request:
@@ -32,6 +33,3 @@ jobs:
3233
run: make test
3334
- name: Lint
3435
run: make lint
35-
- name: Coverage
36-
run: codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }}
37-
continue-on-error: true

0 commit comments

Comments
 (0)