diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index 2ed4986..99f0c60 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - development pull_request: branches: - main diff --git a/README.md b/README.md index 8b6d501..c2579a3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The library includes various modules such as loss functions, models, layers, met | Overview | | |-----------|------------------------------------------------------------------------------------------------------------------------------------------| | **CI/CD** | [![!codecov](https://img.shields.io/codecov/c/github/ayrna/dlordinal?label=codecov&logo=codecov)](https://codecov.io/gh/ayrna/dlordinal) | -| **Code** | [![![binder]](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ayrna/dlordinal/development?filepath=tutorials) [![!black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | +| **Code** | [![![binder]](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ayrna/dlordinal/main?filepath=tutorials) [![!black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ## ⚙️ Installation