mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Only run ci-docker when ci-docker workflow changes (#5347)
This commit is contained in:
parent
6b0fb3dd06
commit
8cac5ca90c
4
.github/workflows/ci-docker.yml
vendored
4
.github/workflows/ci-docker.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
branches: [dev, beta, release]
|
branches: [dev, beta, release]
|
||||||
paths:
|
paths:
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- ".github/workflows/**"
|
- ".github/workflows/ci-docker.yml"
|
||||||
- "requirements*.txt"
|
- "requirements*.txt"
|
||||||
- "platformio.ini"
|
- "platformio.ini"
|
||||||
- "script/platformio_install_deps.py"
|
- "script/platformio_install_deps.py"
|
||||||
@ -16,7 +16,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- ".github/workflows/**"
|
- ".github/workflows/ci-docker.yml"
|
||||||
- "requirements*.txt"
|
- "requirements*.txt"
|
||||||
- "platformio.ini"
|
- "platformio.ini"
|
||||||
- "script/platformio_install_deps.py"
|
- "script/platformio_install_deps.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user