mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-12 09:22:04 +03:00
The Code Test workflow only has a pull_request trigger, so the suite never runs against master itself: a direct push is untested, and a merge can break tests even when the pull request's own check was green, because checks run on the PR head rather than on the merged result. Add a push trigger for master with the same paths filter. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>