Skip to content

Commit eb543bd

Browse files
committed
refactor: only trigger CI when based on relevant files only
1 parent 8cd913e commit eb543bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/validate-skills.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: validate-skills
22

33
on:
44
push:
5+
paths:
6+
- 'skills/**/SKILL.md'
7+
- 'scripts/validate_skills.py'
8+
- '.github/workflows/validate-skills.yaml'
59

610
jobs:
711
validate-skills:

0 commit comments

Comments
 (0)