fix: add workflow_dispatch to enable manual CI runs & readme fix (#2186)

This commit is contained in:
Jeremiah K 2025-06-20 10:47:04 -05:00 committed by GitHub
parent 1be3979c84
commit 5d68ecdc76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ on:
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true

View file

@ -1,5 +1,5 @@
<p align="center">
<a href=""><img width="200" height="200" src="https://github.com/meshtastic/Meshtastic-Android/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.png"></a>
<a href=""><img width="200" height="200" src="https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/refs/heads/main/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.png"></a>
</p>
<h1 align="center">Meshtastic-Android</h1>