Added ki6_dev dockerfile as workflow trigger

This commit is contained in:
Salvador E. Tropea 2022-03-08 13:21:31 -03:00
parent 76af36faf8
commit f644d28caf
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
- 'tests/**'
- '.github/workflows/pythonapp.yml'
- 'tools/dev_image/Dockerfile'
- 'tools/dev_image_k6/Dockerfile'
pull_request:
paths:
- '**.py'
@ -18,6 +19,7 @@ on:
- 'tests/**'
- '.github/workflows/pythonapp.yml'
- 'tools/dev_image/Dockerfile'
- 'tools/dev_image_k6/Dockerfile'
jobs:
test: