[eric] ci: skip the heavy e2e build on docs-only pushes

This commit is contained in:
Eric
2026-05-27 13:05:03 -07:00
parent 74ffff4148
commit f133b44a12
+2
View File
@@ -14,6 +14,8 @@ name: E2E (packaged app, mac + win)
on:
push:
branches: [eric/lock]
# Don't spend a full cross-OS build on docs-only changes.
paths-ignore: ['**.md', 'docs/**', '.gitleaksignore']
pull_request:
workflow_dispatch: