Merge pull request #920 from t-huyeng/build-workflow

Ignore changes in docs for ci
This commit is contained in:
Verkehrsrot 2022-11-22 21:12:08 +01:00 committed by GitHub
commit c3e49bc005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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