From 986a7e7f18d48ae8c07bf89ab9733898d45b9b7d Mon Sep 17 00:00:00 2001 From: Tom Dealtry Date: Tue, 30 Apr 2024 16:57:24 +0100 Subject: [PATCH] Try to auto build the test branch --- .github/workflows/Doxygen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 730083b3..b17908b4 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -6,7 +6,7 @@ name: Doxygen on: # Triggers the workflow on push or pull request events but only for the develop branch push: - branches: [ develop ] + branches: [ develop, feature_doxygen_ci ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: