ignore changes in docs for ci

This commit is contained in:
Tim Huyeng 2022-11-22 15:53:30 +01:00
parent be59f97307
commit 2b8743f7b4

View File

@ -2,12 +2,23 @@ name: PlatformIO CI
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
- 'LICENSE'
- 'README.md'
push:
branches:
- master
- build-workflow
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
- 'LICENSE'
- 'README.md'
workflow_dispatch:
jobs:
build:
strategy: