8000 Rename mainline branch from master to main · scijava/scyjava@517d4d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 517d4d9

Browse files
committed
Rename mainline branch from master to main
1 parent b365ed0 commit 517d4d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "*-[0-9]+.*"
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build-cross-platform:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![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)
33

44
Supercharged Java access from Python.
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555

5656
[project.urls]
5757
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"
5959
source = "https://github.com/scijava/scyjava"
6060
download = "https://pypi.org/project/scyjava/"
6161
tracker = "https://github.com/scijava/scyjava/issues"

0 commit comments

Comments
 (0)
0