Skip to content

Commit 7ce65cc

Browse files
committed
Master > Main
1 parent 7d3fc77 commit 7ce65cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'master'
7+
- 'main'
88
tags:
99
- '*'
1010

.github/workflows/release-drafter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
# Drafts the next Release notes as Pull Requests are merged into "master"
12+
# Drafts the next Release notes as Pull Requests are merged into "main"
1313
- uses: release-drafter/release-drafter@v5
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ PyPIToken: Manipulate PyPI API tokens
2626
:alt: Coverage
2727

2828
.. image:: https://img.shields.io/github/license/ewjoachim/pypitoken?logo=open-source-initiative&logoColor=white
29-
:target: https://github.com/ewjoachim/pypitoken/blob/master/LICENSE
29+
:target: https://github.com/ewjoachim/pypitoken/blob/main/LICENSE
3030
:alt: MIT License
3131

3232
.. image:: https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg
33-
:target: https://github.com/ewjoachim/pypitoken/blob/master/CODE_OF_CONDUCT.md
33+
:target: https://github.com/ewjoachim/pypitoken/blob/main/CODE_OF_CONDUCT.md
3434
:alt: Contributor Covenant
3535

3636

0 commit comments

Comments
 (0)