From 6082a5ca22efd365c6e0be47293d56c24927338c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 29 Aug 2023 10:13:43 +0200 Subject: [PATCH] Triggering ReadTheDocs pipleine on wiki edit (gollum event) --- .github/workflows/update-readthedocs.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/update-readthedocs.yml b/.github/workflows/update-readthedocs.yml index 06cd206a..bf86a00e 100644 --- a/.github/workflows/update-readthedocs.yml +++ b/.github/workflows/update-readthedocs.yml @@ -1,17 +1,18 @@ name: Update-ReadTheDocs on: - push: - branches: - - main - paths: - - 'wiki' - pull_request: - branches: - - main - paths: - - 'wiki' - workflow_dispatch: + gollum + # push: + # branches: + # - main + # paths: + # - 'wiki' + # pull_request: + # branches: + # - main + # paths: + # - 'wiki' + # workflow_dispatch: jobs: