Skip to content

Commit f3fe5b1

Browse files
committed
ci: fix after default branch name change
1 parent 5598264 commit f3fe5b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: main
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "*"
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
env:
1414
PYTEST_ADDOPTS: "--color=yes"

docs/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ project by specifying a fixture with the same name and scope in ``conftest.py``.
157157
.. admonition:: Use the pytest-django source code
158158

159159
The default implementation of these fixtures can be found in
160-
`fixtures.py <https://github.com/pytest-dev/pytest-django/blob/master/pytest_django/fixtures.py>`_.
160+
`fixtures.py <https://github.com/pytest-dev/pytest-django/blob/main/pytest_django/fixtures.py>`_.
161161

162162
The code is relatively short and straightforward and can provide a
163163
starting point when you need to customize database setup in your own

0 commit comments

Comments
 (0)