We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6100452 commit cd31c57Copy full SHA for cd31c57
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
filters: |
26
md: ['**.md']
27
- build: ['build/**', '.github/**/*.yml', '**/*.targets', '**/*.props']
+ build: ['build/**', '.github/**/*.yml', '**/*.targets', '**/*.props', 'global.json']
28
shared: ['src/Shared/**']
29
code: ['**.cs', '**.csproj', '.editorconfig']
30
solution: ['OpenTelemetry.sln']
0 commit comments