ci: keep site updates out of app releases

This commit is contained in:
lucaronin
2026-05-07 10:35:00 +02:00
parent abc6f7d9b1
commit efd3ff3132
4 changed files with 144 additions and 3 deletions

View File

@@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths-ignore:
- ".husky/**"
- ".github/workflows/deploy-docs.yml"
- ".github/workflows/release.yml"
- "site/**"
env:
# Bump this when Tauri/Rust target artifacts capture stale absolute paths.