Skip to content

Commit b6de79a

Browse files
committed
fix(ci): remove branch filters from workflow triggers + bump browser-use to 1.1.2
Removes `branches:` allowlists from test-plugins.yml and test-stats.yml so CI runs on every branch/PR, not just main and fix/ci-type-errors-and-stale-test-date. Also bumps browser-use version in marketplace.json from 1.1.1 to 1.1.2 to match plugin.json (fixes marketplace-sync integration test).
1 parent 7e440fb commit b6de79a

2 files changed

Lines changed: 0 additions & 4 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'

.github/workflows/test-stats.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ name: Test Stats Plugin
22

33
on:
44
push:
5-
branches: [main, fix/ci-type-errors-and-stale-test-date]
65
paths:
76
- 'plugins/stats/**'
87
- '.github/workflows/test-stats.yml'
98
pull_request:
10-
branches: [main, fix/ci-type-errors-and-stale-test-date]
119
paths:
1210
- 'plugins/stats/**'
1311
- '.github/workflows/test-stats.yml'

0 commit comments

Comments
 (0)