Prevent CI from running on README/docs updates

This commit is contained in:
Elliot Matson 2023-02-01 19:00:41 -06:00 committed by GitHub
parent ecc6ef169a
commit 37dd233339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,16 @@ name: PlatformIO CI
on:
push:
branches: [ master, dev ]
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
pull_request:
branches: [ master, dev ]
paths-ignore:
- '**.md'
- 'doc/**'
- '.github/**'
jobs:
build: