Skip to content

Commit

Permalink
Use "main" as default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Oct 3, 2023
1 parent baabc7b commit 0280f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doconfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: doconfly
on:
push:
branches:
- master
- main
tags:
- "*"

Expand Down
2 changes: 1 addition & 1 deletion docs/common_use_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ specific part.

You can find it in `Flask-WeasyPrint’s repository`_.

.. _Flask-WeasyPrint’s repository: https://github.com/Kozea/Flask-WeasyPrint/blob/master/tests/__init__.py
.. _Flask-WeasyPrint’s repository: https://github.com/Kozea/Flask-WeasyPrint/blob/main/tests/__init__.py

0 comments on commit 0280f34

Please sign in to comment.