Skip to content

Commit 6f38db6

Browse files
committed
fix(ci): remove hardcoded branch filters from test-stats.yml trigger
Same structural fix as test-plugins.yml: drop the `branches` allowlist so the Stats Plugin tests run on any branch/PR touching plugins/stats/ or the workflow file itself.
1 parent 92ed77f commit 6f38db6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.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)