diff --git a/.github/workflows/update_documentation.yaml b/.github/workflows/update_documentation.yaml index 1c96893..1b7afe2 100644 --- a/.github/workflows/update_documentation.yaml +++ b/.github/workflows/update_documentation.yaml @@ -3,7 +3,8 @@ name: Generate and Deploy Doxygen Documentation on: push: branches: - - main # Modify this to match your main branch name + - master + - github-action-api-docs # Modify this to match your master branch name workflow_dispatch: # Allow manual triggering