1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[CI] Dont run full CI on `build-image` action changes (#7270)

This commit is contained in:
Jesse Hills
2024-08-14 08:13:09 +12:00
committed by GitHub
parent 9ec61cbff3
commit 0c567adf63

View File

@@ -9,6 +9,7 @@ on:
paths: paths:
- "**" - "**"
- "!.github/workflows/*.yml" - "!.github/workflows/*.yml"
- "!.github/actions/build-image/*"
- ".github/workflows/ci.yml" - ".github/workflows/ci.yml"
- "!.yamllint" - "!.yamllint"
- "!.github/dependabot.yml" - "!.github/dependabot.yml"