Skip to content

Commit

Permalink
ci: Don't rebuild docs in CI when only CMakeLists.txt changes (#4539)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Nov 21, 2024
1 parent 140b938 commit b9bea9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- '**.properties'
- 'src/**.cpp'
- '**.cmake'
- '**/CMakeLists.txt'
- '**/run.py'
pull_request:
paths-ignore:
Expand All @@ -22,6 +23,7 @@ on:
- '**.properties'
- 'src/**.cpp'
- '**.cmake'
- '**/CMakeLists.txt'
- '**/run.py'
schedule:
# Full nightly build
Expand Down

0 comments on commit b9bea9f

Please sign in to comment.