ignore readme on push and pull requests

This commit is contained in:
Peter Buchegger 2020-11-15 13:57:31 +01:00
parent 9acfe8058f
commit 4c54012889

View file

@ -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: