[CI/CD] Run regression tests when the g*.sh scripts are changed

This commit is contained in:
Salvador E. Tropea 2022-10-14 07:33:48 -03:00
parent 75430cf849
commit f81493ba24
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
push:
paths:
- '**.py'
- 'g*.sh'
- 'src/kibot'
- 'tests/**'
- '.github/workflows/pythonapp.yml'
@ -15,6 +16,7 @@ on:
pull_request:
paths:
- '**.py'
- 'g*.sh'
- 'src/kibot'
- 'tests/**'
- '.github/workflows/pythonapp.yml'