fix(ci): add itself to ci change condition
Some checks failed
Test Agent / test (push) Failing after 1m0s

This commit is contained in:
2025-08-15 13:44:20 +09:00
parent 6b7e512975
commit 32a9ba5b78

View File

@@ -6,11 +6,13 @@ on:
- main
paths:
- "agent/**"
- ".github/**"
pull_request:
branches:
- main
paths:
- "agent/**"
- ".github/**"
jobs:
test: