From 048566da768717c0fb22ce6a19b56fe822344681 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Wed, 13 May 2026 11:14:44 +0200 Subject: [PATCH] ci(docs): revert deploy source to documentation branch (docs CI separate from code CI/CD) (#54) --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 13122735..5efb1185 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,9 +2,9 @@ name: Documentation on: push: - branches: [development, documentation] + branches: [documentation] pull_request: - branches: [development, documentation] + branches: [documentation] jobs: deploy: