ci: refine Pinact workflow triggers to include specific paths

This commit is contained in:
d-kimsuon
2025-10-18 17:44:18 +09:00
parent 7d5e1e5f7f
commit d3f3b78acd

View File

@@ -3,6 +3,9 @@ name: Run Pinact
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '.github/workflows/**'
- '.github/actions/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}