File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
paths :
8
- - ' **.py' # only run workflow when source files changed
8
+ - " **.py" # only run workflow when source files changed
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
paths :
13
- - ' **.py'
13
+ - " **.py"
14
14
15
15
jobs :
16
16
tests :
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: SVG Compression
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - master
6
+ - main
7
7
paths :
8
- - ' **.svg' # only run workflow when SVG files changed
8
+ - " **.svg" # only run workflow when SVG files changed
9
9
10
10
jobs :
11
11
tests :
Original file line number Diff line number Diff line change 5
5
A toolkit of metrics and visualizations for model performance in data-driven materials discovery.
6
6
7
7
[ ![ 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 )
9
9
[ ![ License] ( https://img.shields.io/github/license/janosh/ml-matrics?label=License )] ( /license )
10
10
[ ![ GitHub Repo Size] ( https://img.shields.io/github/repo-size/janosh/ml-matrics?label=Repo+Size )] ( https://github.com/janosh/ml-matrics/graphs/contributors )
11
11
[ ![ 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
35
35
To specify a specific branch or commit, append its name or hash, e.g.
36
36
37
37
``` txt
38
- git+git://github.com/janosh/ml-matrics@master # default
38
+ git+git://github.com/janosh/ml-matrics@main # default
39
39
git+git://github.com/janosh/ml-matrics@41b95ec
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments