Skip to content

Commit

Permalink
[repo] Trigger builds when SDK is changed (#6050)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Jan 6, 2025
1 parent 6100452 commit cd31c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit cd31c57

Please sign in to comment.