Skip to content

Commit d90193c

Browse files
committed
Removes path ignore
1 parent ef0133e commit d90193c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,8 @@ name: pytest
33
on:
44
push:
55
branches: [main]
6-
paths-ignore:
7-
- 'docs/**'
8-
- 'Makefile'
9-
- '**.md'
10-
- 'nbs/**'
11-
- '.github/workflows/build-docs.yaml'
12-
- '.gitignore'
136
pull_request:
147
branches: [main]
15-
paths-ignore:
16-
- 'docs/**'
17-
- 'Makefile'
18-
- '**.md'
19-
- 'nbs/**'
20-
- '.github/workflows/build-docs.yaml'
21-
- '.gitignore'
228
workflow_dispatch:
239

2410
concurrency:

0 commit comments

Comments
 (0)