mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-08-28 20:29:40 +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:
|
||||
paths:
|
||||
- 'skills/**'
|
||||
- 'tools/validate-skill.py'
|
||||
- '.github/workflows/validate-skills.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'skills/**'
|
||||
- 'tools/validate-skill.py'
|
||||
- '.github/workflows/validate-skills.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
||||
Reference in New Issue
Block a user