fix: workflow subdir

This commit is contained in:
2025-08-15 13:41:32 +09:00
parent b5541bd6e4
commit 9073156831

View File

@@ -1,16 +1,23 @@
name: Rust CI
name: Test Agent
on:
push:
branches:
- main
paths:
- "agent/**"
pull_request:
branches:
- main
paths:
- "agent/**"
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: agent
steps:
- uses: actions/checkout@v4