Skip to content

Commit 03f3b77

Browse files
committed
Allow workflow for PRs with just md changes
1 parent 9e0c78b commit 03f3b77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)