fix(build): Skip builds if only documentation has changed

This commit is contained in:
Valters Melnalksnis
2022-08-29 22:25:00 +03:00
parent 387c41c83f
commit 9c51c178c3
3 changed files with 14 additions and 0 deletions
@@ -3,10 +3,16 @@ name: NuGet vulnerabilities
on:
schedule:
- cron: "0 0 * * 1-5"
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
env:
DOTNET_NOLOGO: true
+2
View File
@@ -4,6 +4,8 @@ on:
push:
branches: [ master ]
tags: [ v*.*.* ]
paths-ignore:
- '**.md'
env:
DOTNET_NOLOGO: true
+6
View File
@@ -3,10 +3,16 @@ name: Run tests
on:
schedule:
- cron: "0 0 * * 1-5"
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
env:
DOTNET_NOLOGO: true