Merge pull request #5220 from tamasvajk/feature/limit-codescanning-csharp

Limit C# codeql analysis to the csharp folder
This commit is contained in:
Tamás Vajk
2021-02-23 21:05:38 +01:00
committed by GitHub

View File

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