Don't run CI build on doc changes

This commit is contained in:
Morten Nielsen 2020-01-25 13:34:56 -08:00 committed by GitHub
parent 7c609e8fbd
commit cbc69b07f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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