Merge pull request #920 from t-huyeng/build-workflow
Ignore changes in docs for ci
This commit is contained in:
commit
c3e49bc005
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user