Skip to content

Commit c42a2de

Browse files
Merge pull request #95 from ipnet-mesh/chore/add-sponsorship-badge
Add README badges and workflow path filters
2 parents deae9c6 + dfa4157 commit c42a2de

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
buy_me_a_coffee: jinglemansweep
2-

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: CI
33
on:
44
pull_request:
55
branches: [main]
6+
paths:
7+
- "src/**"
8+
- "tests/**"
9+
- "alembic/**"
10+
- "pyproject.toml"
11+
- ".pre-commit-config.yaml"
12+
- ".github/workflows/ci.yml"
613

714
jobs:
815
lint:

.github/workflows/docker.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Docker
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- "src/**"
8+
- "alembic/**"
9+
- "alembic.ini"
10+
- "pyproject.toml"
11+
- "Dockerfile"
12+
- "docker-compose.yml"
13+
- ".github/workflows/docker.yml"
614
tags:
715
- "v*"
816

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# MeshCore Hub
22

3+
[![CI](https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/ci.yml/badge.svg)](https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/ci.yml)
4+
[![Docker](https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/docker.yml/badge.svg)](https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/docker.yml)
5+
[![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://www.buymeacoffee.com/jinglemansweep)
6+
37
Python 3.13+ platform for managing and orchestrating MeshCore mesh networks.
48

59
![MeshCore Hub Web Dashboard](docs/images/web.png)

0 commit comments

Comments
 (0)