Skip to content

Commit

Permalink
ci: fix after default branch name change
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Sep 2, 2024
1 parent 5598264 commit f3fe5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: main
on:
push:
branches:
- master
- main
tags:
- "*"
pull_request:
branches:
- master
- main

env:
PYTEST_ADDOPTS: "--color=yes"
Expand Down
2 changes: 1 addition & 1 deletion docs/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ project by specifying a fixture with the same name and scope in ``conftest.py``.
.. admonition:: Use the pytest-django source code

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

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

0 comments on commit f3fe5b1

Please sign in to comment.