You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): narrow workflow path filters to per-framework subtrees
Previously every workflow triggered on `samples/**`, so a bump in one
framework rebuilt every other framework's matrix. Path filters now match
only the framework each workflow tests:
- test-android: samples/react-native/** + samples/android/**
- test-java: samples/java/**
- test-dotnet: samples/dotnet/**
- test-js: samples/{react,angular,vue,node,react-native}/**
Each workflow also re-triggers when its own file changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments