File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
7
branches : ' *'
8
8
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Tests
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
build :
Original file line number Diff line number Diff line change 6
6
# jupyter-resource-usage
7
7
8
8
![ Github Actions Status] ( https://github.com/jupyter-server/jupyter-resource-usage/workflows/Tests/badge.svg )
9
- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-server/jupyter-resource-usage/master )
9
+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/jupyter-server/jupyter-resource-usage/main )
10
10
[ ![ PyPI] ( https://img.shields.io/pypi/v/jupyter-resource-usage )] ( https://pypi.python.org/pypi/jupyter-resource-usage )
11
11
[ ![ conda-forge] ( https://img.shields.io/conda/vn/conda-forge/jupyter-resource-usage.svg )] ( https://anaconda.org/conda-forge/jupyter-resource-usage )
12
12
[ ![ PyPI] ( https://img.shields.io/pypi/l/jupyter-resource-usage )] ( https://pypi.python.org/pypi/jupyter-resource-usage )
You can’t perform that action at this time.
0 commit comments