Skip to content

Commit

Permalink
Don't rebuild docs when only build system changes
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Sep 30, 2024
1 parent 05a1dd0 commit 9b13445
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 @@ -12,11 +12,13 @@ on:
- '**/analysis.yml'
- '**.properties'
- '**.cpp'
- '**.cmake'
pull_request:
paths-ignore:
- '**/analysis.yml'
- '**.properties'
- '**.cpp'
- '**.cmake'
schedule:
# Full nightly build
- cron: "0 8 * * *"
Expand Down

0 comments on commit 9b13445

Please sign in to comment.