Update workflow
This commit is contained in:
parent
91f318c228
commit
16ad7f74ee
1 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,14 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- 'check-requirements.sh'
|
- 'check-requirements.sh'
|
||||||
- 'convert*.py'
|
- 'convert*.py'
|
||||||
- 'requirements*.txt'
|
- 'requirements.txt'
|
||||||
|
- 'requirements/*.txt'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'check-requirements.sh'
|
- 'check-requirements.sh'
|
||||||
- 'convert*.py'
|
- 'convert*.py'
|
||||||
- 'requirements*.txt'
|
- 'requirements.txt'
|
||||||
|
- 'requirements/*.txt'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python-check-requirements:
|
python-check-requirements:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue