From e014e085df3512f51522e9e955130ef0f264fd98 Mon Sep 17 00:00:00 2001 From: Michele Vomera Date: Tue, 23 Apr 2024 13:52:04 +0200 Subject: [PATCH] update ci config --- .github/workflows/{esphome.yaml => ESPHomeCI.yaml} | 10 ++++++++-- README.md | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) rename .github/workflows/{esphome.yaml => ESPHomeCI.yaml} (87%) diff --git a/.github/workflows/esphome.yaml b/.github/workflows/ESPHomeCI.yaml similarity index 87% rename from .github/workflows/esphome.yaml rename to .github/workflows/ESPHomeCI.yaml index d4f8529..16aeb9f 100644 --- a/.github/workflows/esphome.yaml +++ b/.github/workflows/ESPHomeCI.yaml @@ -3,9 +3,15 @@ name: ESPHome CI on: push: + paths-ignore: + - '**/README.md' + - 'assets/**' + - 'docs/**' pull_request: - schedule: - - cron: 0 12 * * * + paths-ignore: + - '**/README.md' + - 'assets/**' + - 'docs/**' jobs: yamllint: diff --git a/README.md b/README.md index 7bd8a0f..f3f6096 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![alt text](assets/ESPHome.png) +![ESPHome Logo](https://esphome.io/_images/logo-text.png) # Ghimele's ESPHome configuration This repository contains the various configuration files I use for the various ESPHome devices I have and use around my home.