Skip to content

Commit

Permalink
Rename main branch references (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored Mar 6, 2025
1 parent 778f52f commit 6ca1a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
push:
branches:
- master
- main
paths:
- '.github/workflows/deploy.yml'
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Performance
See the `benchmarks.py`_ file for a comparison of various query methods
and how much acceleration can be obtained from using Rtree.

.. _benchmarks.py: https://github.com/Toblerity/rtree/blob/master/benchmarks/benchmarks.py
.. _benchmarks.py: https://github.com/Toblerity/rtree/blob/main/benchmarks/benchmarks.py

There are a few simple things that will improve performance.

Expand Down

0 comments on commit 6ca1a28

Please sign in to comment.