Skip to content

Commit cc416ba

Browse files
authored
🩺 Update test badge to only reflect pushes to master (#1414)
1 parent 2e69737 commit cc416ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
77
</p>
88
<p align="center">
9-
<a href="https://github.com/fastapi/typer/actions?query=workflow%3ATest" target="_blank">
10-
<img src="https://github.com/fastapi/typer/workflows/Test/badge.svg" alt="Test">
9+
<a href="https://github.com/fastapi/typer/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
10+
<img src="https://github.com/fastapi/typer/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Test">
1111
</a>
1212
<a href="https://github.com/fastapi/typer/actions?query=workflow%3APublish" target="_blank">
1313
<img src="https://github.com/fastapi/typer/workflows/Publish/badge.svg" alt="Publish">

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
1313
</p>
1414
<p align="center">
15-
<a href="https://github.com/fastapi/typer/actions?query=workflow%3ATest" target="_blank">
16-
<img src="https://github.com/fastapi/typer/workflows/Test/badge.svg" alt="Test">
15+
<a href="https://github.com/fastapi/typer/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
16+
<img src="https://github.com/fastapi/typer/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Test">
1717
</a>
1818
<a href="https://github.com/fastapi/typer/actions?query=workflow%3APublish" target="_blank">
1919
<img src="https://github.com/fastapi/typer/workflows/Publish/badge.svg" alt="Publish">

typer-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
66
</p>
77
<p align="center">
8-
<a href="https://github.com/fastapi/typer/actions?query=workflow%3ATest" target="_blank">
9-
<img src="https://github.com/fastapi/typer/workflows/Test/badge.svg" alt="Test">
8+
<a href="https://github.com/fastapi/typer/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
9+
<img src="https://github.com/fastapi/typer/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Test">
1010
</a>
1111
<a href="https://github.com/fastapi/typer/actions?query=workflow%3APublish" target="_blank">
1212
<img src="https://github.com/fastapi/typer/workflows/Publish/badge.svg" alt="Publish">

0 commit comments

Comments
 (0)