mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Don't run CI build on doc changes
This commit is contained in:
parent
7c609e8fbd
commit
cbc69b07f5
4
.github/workflows/CIBuild.yml
vendored
4
.github/workflows/CIBuild.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -27,4 +29,4 @@ jobs:
|
|||
|
||||
- name: Tests
|
||||
run: |
|
||||
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal
|
||||
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal
|
||||
|
|
|
|||
Loading…
Reference in a new issue