Allow workflows to run for workflow changes

This commit is contained in:
Patrik Svensson 2021-10-05 17:54:02 +02:00
parent 2e90ef28e4
commit 39cfc7a62f
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
- 'src/**'
- 'test/**'
- 'examples/**'
- '.github/workflows/**'
jobs:

View File

@ -10,6 +10,7 @@ on:
- 'src/**'
- 'test/**'
- 'examples/**'
- '.github/workflows/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true