Skip to content

Commit

Permalink
docs: switch workflow only on main branch #18
Browse files Browse the repository at this point in the history
  • Loading branch information
lymslive committed May 9, 2024
1 parent b764100 commit a80fa5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Test and Doxygen
on:
push:
branches:
- dev
- main

jobs:
docs:
Expand Down
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ EXAMPLE_PATH =

SOURCE_BROWSER = NO

CLANG_ASSISTED_PARSING = NO
CLANG_OPTIONS =
#CLANG_ASSISTED_PARSING = NO
#CLANG_OPTIONS =

GENERATE_HTML = YES
GENERATE_LATEX = NO
Expand Down

0 comments on commit a80fa5f

Please sign in to comment.