From 12d5f540d04a285e01e67361751c5871f75f02d2 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 2 Jun 2025 11:08:09 +0300 Subject: [PATCH 1/4] fix. --- .github/workflows/publish-doc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 93ca363..986ba94 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -4,7 +4,9 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "manual"] + pull_request: + branches: ["main", "manual"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From bc82794465945d28dda77180acc90c89e75ee7c5 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 2 Jun 2025 11:08:37 +0300 Subject: [PATCH 2/4] bla. --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 6ee7b0f..29927bd 100644 --- a/test.c +++ b/test.c @@ -6,7 +6,7 @@ /** * @mainpage This is a test. - * Bla Bla Bla. + * Bla Bla Bla from branch. */ /** From 3b85c5937660ac07cf0deafef2ad5f0848e80eb3 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 2 Jun 2025 11:10:15 +0300 Subject: [PATCH 3/4] remove extra branch. --- .github/workflows/publish-doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 986ba94..c1a6aa5 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -4,9 +4,9 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main", "manual"] + branches: ["main"] pull_request: - branches: ["main", "manual"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From e70dfd819d44ac4ddac38b4bfb1f73dd664283ca Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 2 Jun 2025 11:11:07 +0300 Subject: [PATCH 4/4] remove extra branch. --- .github/workflows/publish-doc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index c1a6aa5..93ca363 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -5,8 +5,6 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] - pull_request: - branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: