Skip to content

Commit 2119a6b

Browse files
committed
Finish master -> main transition
1 parent 48b6167 commit 2119a6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/doc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: doc-check
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags: v*
77
pull_request:
88

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: linters
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags: v*
77
pull_request:
88

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags: v*
77
pull_request:
88

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:target: https://pypi.org/project/cli-ui/
66

77
.. image:: https://img.shields.io/github/license/dmerejkowsky/python-cli-ui.svg
8-
:target: https://github.com/dmerejkowsky/python-cli-ui/blob/master/LICENSE
8+
:target: https://github.com/dmerejkowsky/python-cli-ui/blob/main/LICENSE
99

1010
.. image:: https://img.shields.io/badge/deps%20scanning-pyup.io-green
1111
:target: https://github.com/dmerejkowsky/python-cli-ui/actions

0 commit comments

Comments
 (0)