[repo] Trigger builds when SDK is changed (#6050)
This commit is contained in:
parent
6100452988
commit
cd31c57af5
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
with:
|
||||
filters: |
|
||||
md: ['**.md']
|
||||
build: ['build/**', '.github/**/*.yml', '**/*.targets', '**/*.props']
|
||||
build: ['build/**', '.github/**/*.yml', '**/*.targets', '**/*.props', 'global.json']
|
||||
shared: ['src/Shared/**']
|
||||
code: ['**.cs', '**.csproj', '.editorconfig']
|
||||
solution: ['OpenTelemetry.sln']
|
||||
|
|
|
|||
Loading…
Reference in New Issue