Added the dockerfile as trigger for the dev image workflow.
This commit is contained in:
parent
39ee6f58d4
commit
c5465a4ae4
|
|
@ -10,12 +10,14 @@ on:
|
|||
- 'src/kibot'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/pythonapp.yml'
|
||||
- 'tools/dev_image/Dockerfile'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.py'
|
||||
- 'src/kibot'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/pythonapp.yml'
|
||||
- 'tools/dev_image/Dockerfile'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue