fix ci yaml

This commit is contained in:
Hans Dembinski 2020-11-12 11:30:06 +01:00
parent 9b72cc885e
commit d978def984
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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