From ae5e8d978b952f2cf9a0c890042a5449758476d9 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:52:43 +0200 Subject: [PATCH] No CI on doc changes --- .github/workflows/CI_github.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI_github.yml b/.github/workflows/CI_github.yml index 84017f6f4..4eb66b0f8 100644 --- a/.github/workflows/CI_github.yml +++ b/.github/workflows/CI_github.yml @@ -2,6 +2,9 @@ name: Tasmota CI on: pull_request: + paths-ignore: + - '.github/**' # Ignore changes towards the .github directory + - '**.md' # Do no build if *.md files changes jobs: tasmota: