fix(ci): don't build all VS Code plugins on PRs

It's redundant, since we run the relevant tests. We're keeping them on
commits to `master`, though.
This commit is contained in:
Elijah Potter 2025-10-27 09:48:54 -06:00
parent 44b3124513
commit 034ff3d232

View file

@ -4,8 +4,6 @@ on:
push:
branches: ["master"]
tags: ["v*"]
pull_request:
branches: ["master"]
merge_group:
jobs: