mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-03-25 22:44:51 +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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -27,4 +29,4 @@ jobs:
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
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