Skip to content

Commit 33c7cc0

Browse files
authored
Reduce unneeded Check executions (#271)
1 parent 72e6427 commit 33c7cc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint-patterns.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
branches:
77
- "master"
88
pull_request:
9+
paths:
10+
- ".github/workflows/lint-patterns.yml"
11+
- "lint/*"
12+
- "patterns/2-structured/*.md"
13+
- "patterns/2-structured/project-setup/*.md"
14+
- "patterns/3-validated/*.md"
915

1016
jobs:
1117
validate:

0 commit comments

Comments
 (0)