Skip to content

Commit 1044f4b

Browse files
authored
Fix CI badge in README (meshtastic#2761)
1 parent 8429f35 commit 1044f4b

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/meshtastic_logo.png

89.2 KB
Loading

.github/workflows/pull-request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Android CI (PR)
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- "**.md"
9+
- ".idea/**"
10+
- ".gitignore"
11+
- ".gitmodules"
412
pull_request:
513
branches:
614
- main

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
2-
<a href=""><img width="200" height="200" src="https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/refs/heads/main/logo.png"></a>
2+
<img src=".github/meshtastic_logo.png" alt="Meshtastic Logo" width="200"/>
33
</p>
44
<h1 align="center">Meshtastic-Android</h1>
55

66
![GitHub all releases](https://img.shields.io/github/downloads/meshtastic/meshtastic-android/total)
7-
[![Android CI](https://github.com/meshtastic/Meshtastic-Android/actions/workflows/android.yml/badge.svg)](https://github.com/meshtastic/Meshtastic-Android/actions/workflows/android.yml)
7+
[![Android CI](https://github.com/meshtastic/Meshtastic-Android/actions/workflows/pull-request.yml/badge.svg?branch=main)](https://github.com/meshtastic/Meshtastic-Android/actions/workflows/pull-request.yml)
88
[![Crowdin](https://badges.crowdin.net/e/f440f1a5e094a5858dd86deb1adfe83d/localized.svg)](https://crowdin.meshtastic.org/android)
99
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/Meshtastic-Android)](https://cla-assistant.io/meshtastic/Meshtastic-Android)
1010
[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/)

logo.png

-4.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)