diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml index 913ffd6..f86a6d3 100644 --- a/.github/workflows/CIBuild.yml +++ b/.github/workflows/CIBuild.yml @@ -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 \ No newline at end of file + dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/netcoreapp3.1/NmeaParser.Tests.Net.dll -v normal