Skip to content

Commit 50d73c6

Browse files
committed
rename branch master -> main
1 parent b65f50f commit 50d73c6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
8-
- '**.py' # only run workflow when source files changed
8+
- "**.py" # only run workflow when source files changed
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212
paths:
13-
- '**.py'
13+
- "**.py"
1414

1515
jobs:
1616
tests:

.github/workflows/svgo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: SVG Compression
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
paths:
8-
- '**.svg' # only run workflow when SVG files changed
8+
- "**.svg" # only run workflow when SVG files changed
99

1010
jobs:
1111
tests:

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A toolkit of metrics and visualizations for model performance in data-driven materials discovery.
66

77
[![Tests](https://github.com/janosh/ml-matrics/workflows/Tests/badge.svg)](https://github.com/janosh/ml-matrics/actions)
8-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/janosh/ml-matrics/master.svg)](https://results.pre-commit.ci/latest/github/janosh/ml-matrics/master)
8+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/janosh/ml-matrics/main.svg)](https://results.pre-commit.ci/latest/github/janosh/ml-matrics/main)
99
[![License](https://img.shields.io/github/license/janosh/ml-matrics?label=License)](/license)
1010
[![GitHub Repo Size](https://img.shields.io/github/repo-size/janosh/ml-matrics?label=Repo+Size)](https://github.com/janosh/ml-matrics/graphs/contributors)
1111
[![This project supports Python 3.8+](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://python.org/downloads)
@@ -35,7 +35,7 @@ git+git://github.com/janosh/ml-matrics
3535
To specify a specific branch or commit, append its name or hash, e.g.
3636

3737
```txt
38-
git+git://github.com/janosh/ml-matrics@master # default
38+
git+git://github.com/janosh/ml-matrics@main # default
3939
git+git://github.com/janosh/ml-matrics@41b95ec
4040
```
4141

0 commit comments

Comments
 (0)