From 09366fcc106d3a2446733a2ecdbc8c792215831c Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:18:58 +0300 Subject: [PATCH] Update publish_docs_to_wiki.yml --- .github/workflows/publish_docs_to_wiki.yml | 2 -- 1 file changed, 2 deletions(-) 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