mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-03-26 06:54:46 +01:00
Don't run CI build on doc changes
This commit is contained in:
parent
7c609e8fbd
commit
cbc69b07f5
2
.github/workflows/CIBuild.yml
vendored
2
.github/workflows/CIBuild.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue