diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index 6411f35..aef8c2a 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -3,8 +3,6 @@ name: Publish docs to Wiki # Trigger this action only if there are changes pushed to the docs/** directory under the main branch on: push: - paths: - - docs/** # This includes all sub folders branches: - main # This can be changed to any branch of your preference