[CI/CD] Run regression tests when the g*.sh scripts are changed
This commit is contained in:
parent
75430cf849
commit
f81493ba24
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue