fix(build): Skip builds if only documentation has changed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags: [ v*.*.* ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
DOTNET_NOLOGO: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user