mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-09-05 07:50:51 +03:00
ci: trigger skill validation on validator/workflow changes
Add tools/validate-skill.py and the workflow file to the push/pull_request path filters so edits to the validator or workflow re-run validation, and add workflow_dispatch for manual runs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -4,9 +4,14 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'skills/**'
|
- 'skills/**'
|
||||||
|
- 'tools/validate-skill.py'
|
||||||
|
- '.github/workflows/validate-skills.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'skills/**'
|
- 'skills/**'
|
||||||
|
- 'tools/validate-skill.py'
|
||||||
|
- '.github/workflows/validate-skills.yml'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
|||||||
Reference in New Issue
Block a user