Skip to content

Commit a56cd8a

Browse files
authored
ci: Don't rebuild docs in CI when only CMakeLists.txt changes (AcademySoftwareFoundation#4539)
Signed-off-by: Larry Gritz <[email protected]>
1 parent b94b10a commit a56cd8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- '**.properties'
1515
- 'src/**.cpp'
1616
- '**.cmake'
17+
- '**/CMakeLists.txt'
1718
- '**/run.py'
1819
pull_request:
1920
paths-ignore:
@@ -22,6 +23,7 @@ on:
2223
- '**.properties'
2324
- 'src/**.cpp'
2425
- '**.cmake'
26+
- '**/CMakeLists.txt'
2527
- '**/run.py'
2628
schedule:
2729
# Full nightly build

0 commit comments

Comments
 (0)