Skip to content

Commit

Permalink
make sure we also run CI tests when requirements.txt changes (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Oct 2, 2023
1 parent a7e56d8 commit f4868d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- "main"
paths:
- '**.py'
- 'requirements.txt'
pull_request:
paths:
- '**.py'
- 'requirements.txt'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f4868d7

Please sign in to comment.