Skip to content

Commit

Permalink
Add GH paths to doxygen CI (#13478)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Morales <v.morales@samsung.com>
  • Loading branch information
electrocucaracha authored Jan 27, 2022
1 parent ddfa994 commit 92f8343
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,59 @@ name: Doxygen

on:
push:
paths:
- '**.do[xc]'
- '**.c[cs]?'
- '**.cxx'
- '**.cpp'
- '**.c++'
- '**.ii'
- '**.ixx'
- '**.ipp'
- '**.i++'
- '**.inl'
- '**.[hH]'
- '**.hh'
- '**.HH'
- '**.hxx'
- '**.hpp'
- '**.h++'
- '**.mm'
- '**.txt'
- '**.[ido]dl'
- '**.java'
- '**.d'
- '**.php[45]?'
- '**.inc'
- '**.phtml'
- '**.[mM]'
pull_request:
paths:
- '**.do[xc]'
- '**.c[cs]?'
- '**.cxx'
- '**.cpp'
- '**.c++'
- '**.ii'
- '**.ixx'
- '**.ipp'
- '**.i++'
- '**.inl'
- '**.[hH]'
- '**.hh'
- '**.HH'
- '**.hxx'
- '**.hpp'
- '**.h++'
- '**.mm'
- '**.txt'
- '**.[ido]dl'
- '**.java'
- '**.d'
- '**.php[45]?'
- '**.inc'
- '**.phtml'
- '**.[mM]'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 92f8343

Please sign in to comment.