Commit 92ed77f
committed
fix(ci): remove hardcoded branch filters from test-plugins.yml trigger
The push and pull_request triggers were locked to `main` and
`fix/ci-type-errors-and-stale-test-date`. Any new fix branch was
invisible to CI — exactly the pattern seen in PRs #22, #23, #28, #31
where only GitGuardian ran, not the actual test suite.
Remove the `branches` list entirely so CI fires on any branch/PR that
touches the relevant paths. Path filters still limit noise to changes
that actually affect plugins, claudeup-core, or the marketplace config.1 parent 7e440fb commit 92ed77f
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments