ci: Only run Sonarcloud when source changes

pull/141/head
Robert Dailey 2 years ago
parent 0dbc1ac7fd
commit c7aababd15

@ -5,9 +5,9 @@ on:
# Do not run on pull-request because the required tokens
# cannot be read from there.
push:
paths-ignore:
- "wiki/**"
- "**.md"
paths:
- .github/workflows/sonarcloud.yml
- "src/**"
env:
dotnetVersion: "6.0.x"

Loading…
Cancel
Save