Skip to content

Commit 3e66a4a

Browse files
authored
Update CI workflow to remove paths-ignore (#4393)
Removed paths-ignore for docs and readthedocs in CI.
1 parent 394bdc7 commit 3e66a4a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
paths-ignore:
7-
- 'docs/**'
8-
- '.readthedocs.yaml'
96
pull_request:
10-
paths-ignore:
11-
- 'docs/**'
12-
- '.readthedocs.yaml'
137
jobs:
148
build:
159
strategy:

0 commit comments

Comments
 (0)