Skip to content

Commit df186d3

Browse files
committed
Fix build badge
1 parent b7c1d86 commit df186d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-template/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{project_name}}
22

3-
[![Build status](https://github.com/{{ author_username }}/{{ project_name }}/workflows/build/badge.svg?branch=master&event=push)](https://github.com/{{ author_username }}/{{ project_name }}/actions?query=workflow%3Abuild)
3+
[![Build status](https://github.com/{{ author_username }}/{{ project_name }}/workflows/build/badge.svg?branch=main&event=push)](https://github.com/{{ author_username }}/{{ project_name }}/actions?query=workflow%3Abuild)
44
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/{{ author_username }}/{{ project_name }}/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)

0 commit comments

Comments
 (0)