Skip to content

Commit

Permalink
rename branch master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 6, 2021
1 parent b65f50f commit 50d73c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Tests
on:
push:
branches:
- master
- main
paths:
- '**.py' # only run workflow when source files changed
- "**.py" # only run workflow when source files changed
pull_request:
branches:
- master
- main
paths:
- '**.py'
- "**.py"

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/svgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: SVG Compression
on:
pull_request:
branches:
- master
- main
paths:
- '**.svg' # only run workflow when SVG files changed
- "**.svg" # only run workflow when SVG files changed

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A toolkit of metrics and visualizations for model performance in data-driven materials discovery.

[![Tests](https://github.com/janosh/ml-matrics/workflows/Tests/badge.svg)](https://github.com/janosh/ml-matrics/actions)
[![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)
[![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)
[![License](https://img.shields.io/github/license/janosh/ml-matrics?label=License)](/license)
[![GitHub Repo Size](https://img.shields.io/github/repo-size/janosh/ml-matrics?label=Repo+Size)](https://github.com/janosh/ml-matrics/graphs/contributors)
[![This project supports Python 3.8+](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://python.org/downloads)
Expand Down Expand Up @@ -35,7 +35,7 @@ git+git://github.com/janosh/ml-matrics
To specify a specific branch or commit, append its name or hash, e.g.

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

Expand Down

0 comments on commit 50d73c6

Please sign in to comment.