File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: build
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- " *-[0-9]+.*"
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
jobs :
14
14
build-cross-platform :
Original file line number Diff line number Diff line change 1
1
[ ![ build status] ( https://github.com/scijava/scyjava/actions/workflows/build.yml/badge.svg )] ( https://github.com/scijava/scyjava/actions/workflows/build.yml )
2
- [ ![ codecov] ( https://codecov.io/gh/scijava/scyjava/branch/master /graph/badge.svg?token=NLK3ADZUCU )] ( https://codecov.io/gh/scijava/scyjava )
2
+ [ ![ codecov] ( https://codecov.io/gh/scijava/scyjava/branch/main /graph/badge.svg?token=NLK3ADZUCU )] ( https://codecov.io/gh/scijava/scyjava )
3
3
4
4
Supercharged Java access from Python.
5
5
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dev = [
55
55
56
56
[project .urls ]
57
57
homepage = " https://github.com/scijava/scyjava"
58
- documentation = " https://github.com/scijava/scyjava/blob/master /README.md"
58
+ documentation = " https://github.com/scijava/scyjava/blob/main /README.md"
59
59
source = " https://github.com/scijava/scyjava"
60
60
download = " https://pypi.org/project/scyjava/"
61
61
tracker = " https://github.com/scijava/scyjava/issues"
You can’t perform that action at this time.
0 commit comments