diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3836b36195..5640ee079b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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']