From 07d027d752082542282bb64bcb44755d7931792a Mon Sep 17 00:00:00 2001 From: Naser Mahfouz Date: Wed, 16 Oct 2024 19:36:24 -0400 Subject: [PATCH] also run the docs action when the action itself is edited --- .github/workflows/eamxx-gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/eamxx-gh-pages.yml b/.github/workflows/eamxx-gh-pages.yml index 28415b54dbd..f41759afc62 100644 --- a/.github/workflows/eamxx-gh-pages.yml +++ b/.github/workflows/eamxx-gh-pages.yml @@ -9,6 +9,7 @@ on: branches: [ master ] # Only if docs-related files are touched paths: + - .github/workflows/eamxx-gh-pages.yml - components/eamxx/mkdocs.yaml - components/eamxx/docs/** - components/eamxx/cime_config/namelist_defaults_scream.xml @@ -17,6 +18,7 @@ on: branches: [ master ] # Only if docs-related files are touched paths: + - .github/workflows/eamxx-gh-pages.yml - components/eamxx/mkdocs.yaml - components/eamxx/docs/** - components/eamxx/cime_config/namelist_defaults_scream.xml