Skip to content

Commit f46fdf1

Browse files
committed
chore: rename default branch to main
1 parent d3b02db commit f46fdf1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
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

99
jobs:
1010
pre-commit:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflows:
66
- check
77
branches:
8-
- master
8+
- main
99
types:
1010
- completed
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Python versions](https://img.shields.io/pypi/pyversions/hashpipe.svg)](https://pypi.org/project/hashpipe/)
44
[![PyPI version](https://badge.fury.io/py/hashpipe.svg)](https://badge.fury.io/py/hashpipe)
55
[![CI status](https://github.com/scop/hashpipe/workflows/check/badge.svg)](https://github.com/scop/hashpipe/actions?query=workflow%3Acheck)
6-
[![Test coverage](https://codecov.io/gh/scop/hashpipe/branch/master/graph/badge.svg)](https://codecov.io/gh/scop/hashpipe)
6+
[![Test coverage](https://codecov.io/gh/scop/hashpipe/branch/main/graph/badge.svg)](https://codecov.io/gh/scop/hashpipe)
77

88
hashpipe is a command line tool and a Python library for hashing
99
regular expression matches in input data.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifier =
1717
Programming Language :: Python :: 3 :: Only
1818
Typing :: Typed
1919
project_urls =
20-
Changelog = https://github.com/scop/hashpipe/blob/master/CHANGELOG.md
20+
Changelog = https://github.com/scop/hashpipe/blob/main/CHANGELOG.md
2121

2222
[options]
2323
python_requires = >=3.3

0 commit comments

Comments
 (0)