Skip to content

Commit

Permalink
Trigger builds when SDK is changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Jan 6, 2025
1 parent 6100452 commit bbce404
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 bbce404

Please sign in to comment.