Skip to content

Commit 6ca1a28

Browse files
authored
Rename main branch references (#356)
1 parent 778f52f commit 6ca1a28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- master
8+
- main
99
paths:
1010
- '.github/workflows/deploy.yml'
1111
release:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99
schedule:

docs/source/performance.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Performance
66
See the `benchmarks.py`_ file for a comparison of various query methods
77
and how much acceleration can be obtained from using Rtree.
88

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
1010

1111
There are a few simple things that will improve performance.
1212

0 commit comments

Comments
 (0)