From e995d71fdd5863ddc111b5387b7f74aca0e9af68 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sun, 23 Oct 2022 11:26:27 -0400 Subject: [PATCH] Avoid rebuilding docs on readme changes This saves CO2 by preventing readme changes from rebuilding docs. --- .github/workflows/Documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index b745300..74e7b43 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -2,7 +2,11 @@ name: Documentation on: pull_request: + paths-ignore: + - 'README.md' push: + paths-ignore: + - 'README.md' branches: - 'main' - 'release-'