mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
ignore readme on push and pull requests
This commit is contained in:
parent
9acfe8058f
commit
4c54012889
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -1,6 +1,12 @@
|
||||||
name: PlatformIO CI
|
name: PlatformIO checks and build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- *.md
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- *.md
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
PlatformIO-Check:
|
PlatformIO-Check:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue