Added the dockerfile as trigger for the dev image workflow.

This commit is contained in:
Salvador E. Tropea 2021-10-05 09:13:57 -03:00
parent 39ee6f58d4
commit c5465a4ae4
1 changed files with 2 additions and 0 deletions

View File

@ -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: