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: