File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: test & maybe release
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
workflow_dispatch :
9
9
Original file line number Diff line number Diff line change 1
1
[ ![ codecov] ( https://img.shields.io/codecov/c/github/achingbrain/uint8arrays.svg?style=flat-square )] ( https://codecov.io/gh/achingbrain/uint8arrays )
2
- [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/achingbrain/uint8arrays/js-test-and-release.yml?branch=master \& style=flat-square )] ( https://github.com/achingbrain/uint8arrays/actions/workflows/js-test-and-release.yml?query=branch%3Amaster )
2
+ [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/achingbrain/uint8arrays/js-test-and-release.yml?branch=main \& style=flat-square )] ( https://github.com/achingbrain/uint8arrays/actions/workflows/js-test-and-release.yml?query=branch%3Amain )
3
3
4
4
> Utility functions to make dealing with Uint8Arrays easier
5
5
Original file line number Diff line number Diff line change 79
79
},
80
80
"release" : {
81
81
"branches" : [
82
- " master "
82
+ " main "
83
83
],
84
84
"plugins" : [
85
85
[
You can’t perform that action at this time.
0 commit comments