Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit d935f75

Browse files
authored
fix(ci): broaden hyper-agents paths filter to cover all agents and tests
1 parent b80c498 commit d935f75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hyper-agents-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- develop
1212
- main
1313
paths:
14-
- 'src/agents/hyper_agents/**'
15-
- 'tests/hyper_agents/**'
14+
- 'agents/**'
15+
- 'tests/**'
1616
- '.github/workflows/hyper-agents-ci.yml'
1717

1818
concurrency:

0 commit comments

Comments
 (0)