File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 schedule :
77 interval : weekly
88 open-pull-requests-limit : 10
9- target-branch : master
9+ target-branch : main
1010- package-ecosystem : github-actions
1111 directory : /
1212 schedule :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
33
44on :
55 push :
6- branches : [master ]
6+ branches : [main ]
77 tags : [v*]
88 pull_request :
9- branches : [master ]
9+ branches : [main ]
1010 workflow_dispatch :
1111
1212env :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pytest-asyncio
55 :target: https://pypi.python.org/pypi/pytest-asyncio
66.. image :: https://github.com/pytest-dev/pytest-asyncio/workflows/CI/badge.svg
77 :target: https://github.com/pytest-dev/pytest-asyncio/actions?workflow=CI
8- .. image :: https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/master /graph/badge.svg
8+ .. image :: https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/main /graph/badge.svg
99 :target: https://codecov.io/gh/pytest-dev/pytest-asyncio
1010.. image :: https://img.shields.io/pypi/pyversions/pytest-asyncio.svg
1111 :target: https://github.com/pytest-dev/pytest-asyncio
@@ -31,7 +31,7 @@ are advised to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/
3131or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest >`__.
3232
3333
34- pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/master /LICENSE >`_.
34+ pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/main /LICENSE >`_.
3535
3636
3737Installation
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ are advised to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/
2727or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest >`__.
2828
2929
30- pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/master /LICENSE >`_.
30+ pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/main /LICENSE >`_.
You can’t perform that action at this time.
0 commit comments