From 6637da98c846c91985ae18e034f3986c7e07a47a Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 31 Jan 2024 22:12:20 +0100 Subject: [PATCH] . --- .github/workflows/build-docs.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index c7ede94..490ec9f 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -7,10 +7,11 @@ name: Build Documentation -#on: -# push: -# branches: -# - main +on: + push: + branches: + - main + - move-param-doc # Testing jobs: build-documentation: