ignore changes in markdown

This commit is contained in:
Hans Dembinski 2020-11-10 23:07:08 +01:00
parent 5d9fa430ec
commit 9b72cc885e
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
- 'doc/**'
- 'examples/**'
- 'tools/**'
- *.md
env:
B2_OPTS: -q -j2 warnings-as-errors=on

View File

@ -9,6 +9,7 @@ on:
- 'doc/**'
- 'examples/**'
- 'tools/**'
- *.md
push:
branches:
- master
@ -17,6 +18,7 @@ on:
- 'doc/**'
- 'examples/**'
- 'tools/**'
- *.md
jobs:
cmake:

View File

@ -8,6 +8,7 @@ on:
paths-ignore:
- 'doc/**'
- 'tools/**'
- *.md
env:
B2_OPTS: -q -j2 warnings-as-errors=on