Skip to content

Commit

Permalink
run documentation on pr, or workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Mar 7, 2023
1 parent 30a83ce commit cb901e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Documentation generation

on:
workflow_dispatch:
push:
pull_request:
types: [opened, synchronize, ready_for_review, reopened] # defaults + ready_to_review
branches:
- "cmake-documentation"
- development

jobs:
build:
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/formatted/cpp-api
publish_dir: ./docs/formatted/cpp-api

0 comments on commit cb901e5

Please sign in to comment.