mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 08:28:12 +01:00
Also run docker CI when requirements change (#2347)
This commit is contained in:
parent
82eca13d7b
commit
fff5ba03c2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci-docker.yml
vendored
4
.github/workflows/ci-docker.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue