Skip to content

Commit

Permalink
chore: rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 31, 2021
1 parent d3b02db commit f46fdf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflows:
- check
branches:
- master
- main
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Python versions](https://img.shields.io/pypi/pyversions/hashpipe.svg)](https://pypi.org/project/hashpipe/)
[![PyPI version](https://badge.fury.io/py/hashpipe.svg)](https://badge.fury.io/py/hashpipe)
[![CI status](https://github.com/scop/hashpipe/workflows/check/badge.svg)](https://github.com/scop/hashpipe/actions?query=workflow%3Acheck)
[![Test coverage](https://codecov.io/gh/scop/hashpipe/branch/master/graph/badge.svg)](https://codecov.io/gh/scop/hashpipe)
[![Test coverage](https://codecov.io/gh/scop/hashpipe/branch/main/graph/badge.svg)](https://codecov.io/gh/scop/hashpipe)

hashpipe is a command line tool and a Python library for hashing
regular expression matches in input data.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifier =
Programming Language :: Python :: 3 :: Only
Typing :: Typed
project_urls =
Changelog = https://github.com/scop/hashpipe/blob/master/CHANGELOG.md
Changelog = https://github.com/scop/hashpipe/blob/main/CHANGELOG.md

[options]
python_requires = >=3.3
Expand Down

0 comments on commit f46fdf1

Please sign in to comment.