fixup: ci: aarch64: add clang-tidy workflow for AArch64 (#4065)

Signed-off-by: Siddhartha Menon <siddhartha.menon@arm.com>
This commit is contained in:
Siddhartha Menon
2025-10-03 16:24:19 +01:00
committed by GitHub
parent 713414eb21
commit 4cdace1702

View File

@ -22,14 +22,15 @@ on:
pull_request:
types: [opened, edited, synchronize, reopened]
paths:
- ".github/automation/x64/**"
- ".github/automation/aarch64/**"
- ".github/automation/x64/**"
- ".github/workflows/clang-tidy.yml"
- "cmake/**"
- "examples/**"
- "include/**"
- "src/common/**"
- "src/cpu/*"
- "src/cpu/aarch64/**"
- "src/cpu/gemm/**"
- "src/cpu/matmul/**"
- "src/cpu/reorder/**"