Browse Source

fix(ci): include all .opencode changes in workflow trigger paths

darrenhinde 4 months ago
parent
commit
86891078a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test-agents.yml

+ 1 - 1
.github/workflows/test-agents.yml

@@ -4,7 +4,7 @@ on:
   pull_request:
     branches: [ main, dev ]
     paths:
-      - '.opencode/agent/**'
+      - '.opencode/**'
       - 'evals/**'
       - '.github/workflows/test-agents.yml'
   push: