Skip to content

Commit dc1b381

Browse files
authored
Merge pull request #64 from mintopia/feature/coverage
Ignore md and docs from workflows
2 parents 364f702 + f1f9c25 commit dc1b381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
branches:
77
- master
88
- develop
9-
# paths-ignore:
10-
# - '**.md'
11-
# - 'docs/**'
9+
paths-ignore:
10+
- '**.md'
11+
- 'docs/**'
1212
push:
1313
branches:
1414
- master

0 commit comments

Comments
 (0)