Also run docker CI when requirements change (#2347)

This commit is contained in:
Otto Winter 2021-09-20 09:29:09 +02:00 committed by GitHub
parent 82eca13d7b
commit fff5ba03c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,15 @@ on:
paths: paths:
- 'docker/**' - 'docker/**'
- '.github/workflows/**' - '.github/workflows/**'
- 'requirements*.txt'
- 'platformio.ini'
pull_request: pull_request:
paths: paths:
- 'docker/**' - 'docker/**'
- '.github/workflows/**' - '.github/workflows/**'
- 'requirements*.txt'
- 'platformio.ini'
jobs: jobs:
check-docker: check-docker: