From 44c5ea2ec7608305ab08eedc3d4aa80e12f21dd5 Mon Sep 17 00:00:00 2001 From: Hugo Verhelst <38376601+hverhelst@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:11:25 +0100 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 236f5c6..62bdfbc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,7 +3,8 @@ name: Documentation on: push: branches: - - [main, doc] # update to match your development branch (master, main, dev, trunk, ...) + - main + - doc # update to match your development branch (master, main, dev, trunk, ...) tags: '*' pull_request: workflow_dispatch: