mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Don't run CI build on doc changes
This commit is contained in:
parent
7c609e8fbd
commit
cbc69b07f5
1 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue