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