Skip to content

Commit

Permalink
ci: Update default branch name (#103)
Browse files Browse the repository at this point in the history
In CI configuration & docs.
  • Loading branch information
playpauseandstop authored Jun 21, 2022
1 parent d246b4b commit 56b3cb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: "CI"

on:
push:
branches: ["master"]
branches: ["main"]
tags: ["v*"]
pull_request:
branches: ["master"]
branches: ["main"]

env:
PYTHONUNBUFFERED: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: "actions/checkout@v3.0.2"
with:
ref: "master"
ref: "main"

- name: "Fetch git tags"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: "actions/checkout@v3.0.2"
with:
ref: "master"
ref: "main"
token: "${{ steps.token.outputs.token }}"

- name: "Install Python"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ aiohttp-middlewares
:alt: Python versions

.. image:: https://img.shields.io/pypi/l/aiohttp-middlewares.svg
:target: https://github.com/playpauseandstop/aiohttp-middlewares/blob/master/LICENSE
:target: https://github.com/playpauseandstop/aiohttp-middlewares/blob/main/LICENSE
:alt: BSD License

.. image:: https://coveralls.io/repos/playpauseandstop/aiohttp-middlewares/badge.svg?branch=master&service=github
.. image:: https://coveralls.io/repos/playpauseandstop/aiohttp-middlewares/badge.svg?branch=main&service=github
:target: https://coveralls.io/github/playpauseandstop/aiohttp-middlewares
:alt: Coverage

Expand Down

0 comments on commit 56b3cb3

Please sign in to comment.