mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-27 18:24:23 +01:00
ci: refine Pinact workflow triggers to include specific paths
This commit is contained in:
3
.github/workflows/pinact.yml
vendored
3
.github/workflows/pinact.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user