Skip to content

Commit 7e440fb

Browse files
committed
ci: also run Test Stats Plugin workflow on fix/ci-type-errors-and-stale-test-date
main is now a dist-only orphan with no source code, so CI never fires on it again. Add this source branch to the trigger list so that pushes and PRs targeting fix/ci-type-errors-and-stale-test-date (e.g. PR #24) get CI validation. https://claude.ai/code/session_011jT6rDWtzsZphizRMFEp96
1 parent 220e8b8 commit 7e440fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-stats.yml

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

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, fix/ci-type-errors-and-stale-test-date]
66
paths:
77
- 'plugins/stats/**'
88
- '.github/workflows/test-stats.yml'
99
pull_request:
10-
branches: [main]
10+
branches: [main, fix/ci-type-errors-and-stale-test-date]
1111
paths:
1212
- 'plugins/stats/**'
1313
- '.github/workflows/test-stats.yml'

0 commit comments

Comments
 (0)