Skip to content

Commit f3edcd2

Browse files
Update .github/workflows/tests-min.yml
Co-authored-by: MagnusSletten <magnus.elias.sletten@gmail.com>
1 parent b5a76fb commit f3edcd2

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

.github/workflows/tests-min.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
name: Unit Tests
22

3-
push:
4-
branches: [main]
5-
paths:
6-
- "src/**"
7-
- "tests/package/**"
8-
- "tox.ini"
9-
- "pyproject.toml"
10-
- "MANIFEST.in"
11-
pull_request_target:
12-
branches: [main]
13-
paths:
14-
- "src/**"
15-
- "tests/package/**"
16-
- "tox.ini"
17-
- "pyproject.toml"
18-
- "MANIFEST.in"
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "src/**"
8+
- "tests/package/**"
9+
- "tox.ini"
10+
- "pyproject.toml"
11+
- "MANIFEST.in"
12+
pull_request_target:
13+
branches: [main]
14+
paths:
15+
- "src/**"
16+
- "tests/package/**"
17+
- "tox.ini"
18+
- "pyproject.toml"
19+
- "MANIFEST.in"
1920

2021
permissions:
2122
contents: read

0 commit comments

Comments
 (0)