Skip to content

Commit 92ed77f

Browse files
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

File tree

.github/workflows/test-plugins.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test Plugins
22

33
on:
44
push:
5-
branches: [main, fix/ci-type-errors-and-stale-test-date]
65
paths:
76
- 'tools/claudeup-core/**'
87
- 'tools/pnpm-lock.yaml'
@@ -14,7 +13,6 @@ on:
1413
- 'scripts/sync-shared-deps.sh'
1514
- '.github/workflows/test-plugins.yml'
1615
pull_request:
17-
branches: [main, fix/ci-type-errors-and-stale-test-date]
1816
paths:
1917
- 'tools/claudeup-core/**'
2018
- 'tools/pnpm-lock.yaml'

0 commit comments

Comments
 (0)