From cbc69b07f5fb38c41a56bcefd1230c1912f3795a Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Sat, 25 Jan 2020 13:34:56 -0800 Subject: [PATCH] Don't run CI build on doc changes --- .github/workflows/CIBuild.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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