Limit C# codeql analysis to the csharp folder

This commit is contained in:
Tamas Vajk
2021-02-19 16:13:10 +01:00
parent dae65f687a
commit e1b90912de

View File

@@ -5,10 +5,14 @@ on:
branches:
- main
- 'rc/*'
paths:
- 'csharp/**'
pull_request:
branches:
- main
- 'rc/*'
paths:
- 'csharp/**'
schedule:
- cron: '0 9 * * 1'