Allow workflows to run for test and example changes

This commit is contained in:
Patrik Svensson 2021-10-05 17:52:30 +02:00
parent 2a3763cdc7
commit 2e90ef28e4
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
paths:
- 'docs/**'
- 'src/**'
- 'test/**'
- 'examples/**'
jobs:

View File

@ -8,6 +8,8 @@ on:
- main
paths:
- 'src/**'
- 'test/**'
- 'examples/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true