make sure we also run CI tests when requirements.txt changes (#663)
Browse files
.github/workflows/tests.yml
CHANGED
|
@@ -6,9 +6,11 @@ on:
|
|
| 6 |
- "main"
|
| 7 |
paths:
|
| 8 |
- '**.py'
|
|
|
|
| 9 |
pull_request:
|
| 10 |
paths:
|
| 11 |
- '**.py'
|
|
|
|
| 12 |
workflow_dispatch:
|
| 13 |
|
| 14 |
jobs:
|
|
|
|
| 6 |
- "main"
|
| 7 |
paths:
|
| 8 |
- '**.py'
|
| 9 |
+
- 'requirements.txt'
|
| 10 |
pull_request:
|
| 11 |
paths:
|
| 12 |
- '**.py'
|
| 13 |
+
- 'requirements.txt'
|
| 14 |
workflow_dispatch:
|
| 15 |
|
| 16 |
jobs:
|