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