From 390a1d530bc5f03b499299107de0e72f9bbf62bb Mon Sep 17 00:00:00 2001 From: Caleb Shilling <122574115+shillinc-osu@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:13:53 -0700 Subject: [PATCH] Update doxygen.yml --- .github/workflows/doxygen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 999264a..3f60eda 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -6,7 +6,7 @@ name: Doxygen Action # events but only for the master branch on: push: - branches: [ 3.0.0_prerelease ] + branches: [ main ] @@ -54,4 +54,4 @@ jobs: # Default Doxyfile build documentation to html directory. # Change the directory if changes in Doxyfile publish_dir: ./landing-page - keep_files: true \ No newline at end of file + keep_files: true