Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crasm committed Dec 23, 2023
1 parent 91f318c commit 16ad7f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-check-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
paths:
- 'check-requirements.sh'
- 'convert*.py'
- 'requirements*.txt'
- 'requirements.txt'
- 'requirements/*.txt'
pull_request:
paths:
- 'check-requirements.sh'
- 'convert*.py'
- 'requirements*.txt'
- 'requirements.txt'
- 'requirements/*.txt'

jobs:
python-check-requirements:
Expand Down

0 comments on commit 16ad7f7

Please sign in to comment.