diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 9bb8f3451..75310f3a6 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -3,7 +3,7 @@ name: GitHub Pages on: push: branches: - - develop # Set a branch name to trigger deployment + - feature/doxygen-code-documentation # Set a branch name to trigger deployment pull_request: jobs: @@ -35,7 +35,7 @@ jobs: # If you're changing the branch from main, # also change the `main` in `refs/heads/main` # below accordingly. - if: github.ref == 'refs/heads/develop' + if: github.ref == 'refs/heads/feature/doxygen-code-documentation' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./html