From 36a6680ad851d16610cd5289ab0e9b2954ab7627 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 12 Mar 2025 19:25:06 +0100 Subject: [PATCH] try again --- .github/workflows/documentation.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 83a978e..90dc55d 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,7 +1,14 @@ name: Documentation on: - push + push: + branches: + - master + - main + pull_request: + branches: + - master + - main env: CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules