Skip to content

Commit 7cf0f99

Browse files
authored
Do not ignore docs/ changes in CI (#101)
To optimize builds, changes affecting only the `docs/` folder were ignored in CI. However, `prettier` has been added in the meantime to lint/format markdown files, which can lead to unformatted files making their way to the main branch.
1 parent 64667bb commit 7cf0f99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ on:
44
pull_request:
55
branches:
66
- master
7-
paths-ignore:
8-
- "docs/**"
97

108
push:
119
branches:
1210
- master
13-
paths-ignore:
14-
- "docs/**"
1511

1612
jobs:
1713
build:

0 commit comments

Comments
 (0)