Skip to content

Commit 9c6fd4d

Browse files
committed
Fix workflow for tests.
1 parent 8721478 commit 9c6fd4d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ on:
55
push:
66
branches:
77
- main
8-
paths:
9-
- ".github/workflows/test.yml"
10-
- "src/re_plugin_pack/**"
11-
- "tests/**"
12-
- "pyproject.toml"
138
pull_request:
149
paths:
1510
- ".github/workflows/test.yml"
16-
- "src/re_plugin_pack/**"
11+
- "src/**"
1712
- "tests/**"
1813
- "pyproject.toml"
1914
jobs:

0 commit comments

Comments
 (0)