mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[BUGFIX] Only show the default branch status in the CI badge (#118)
We only want to see whether the build for the current default branch is successful, not the status of any other branches or PRs. Also make the alt text for the badge more specific as we now have two CI builds (GitHub and GitLab).
This commit is contained in:
parent
3cc4abb092
commit
14c3a513c1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Tea example
|
||||
|
||||
[![CI Status](https://github.com/TYPO3-Documentation/tea/workflows/CI/badge.svg)](https://github.com/TYPO3-Documentation/tea/actions)
|
||||
[![HitHub CI Status](https://github.com/TYPO3-Documentation/tea/workflows/CI/badge.svg?branch=main)](https://github.com/TYPO3-Documentation/tea/actions)
|
||||
[![Gitlab CI Status](https://gitlab.typo3.org/qa/example-extension/badges/main/pipeline.svg)](https://gitlab.typo3.org/qa/example-extension/-/pipelines)
|
||||
[![Latest Stable Version](https://poser.pugx.org/ttn/tea/v/stable.svg)](https://packagist.org/packages/ttn/tea)
|
||||
[![Total Downloads](https://poser.pugx.org/ttn/tea/downloads.svg)](https://packagist.org/packages/ttn/tea)
|
||||
|
|
Loading…
Reference in a new issue