From cd31c57af5990424a174330a81d442a1cbf374eb Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Mon, 6 Jan 2025 11:27:17 -0800 Subject: [PATCH] [repo] Trigger builds when SDK is changed (#6050) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3836b361957..5640ee079b5 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']