Commit 6ca1a28 1 parent 778f52f commit 6ca1a28 Copy full SHA for 6ca1a28
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
paths :
10
10
- ' .github/workflows/deploy.yml'
11
11
release :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
workflow_dispatch :
9
9
schedule :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Performance
6
6
See the `benchmarks.py `_ file for a comparison of various query methods
7
7
and how much acceleration can be obtained from using Rtree.
8
8
9
- .. _benchmarks.py : https://github.com/Toblerity/rtree/blob/master /benchmarks/benchmarks.py
9
+ .. _benchmarks.py : https://github.com/Toblerity/rtree/blob/main /benchmarks/benchmarks.py
10
10
11
11
There are a few simple things that will improve performance.
12
12
You can’t perform that action at this time.
0 commit comments