make sure we also run CI tests when requirements.txt changes (#663)

This commit is contained in:
Wing Lian
2023-10-02 08:43:40 -04:00
committed by GitHub
parent a7e56d83c2
commit f4868d733c

View File

@@ -6,9 +6,11 @@ on:
- "main"
paths:
- '**.py'
- 'requirements.txt'
pull_request:
paths:
- '**.py'
- 'requirements.txt'
workflow_dispatch:
jobs: