Handy/.github/workflows
Viren Mohindra e3c9f5814f
ci: run full build and quality checks on push to main (#1091)
* ci: add full build and quality checks on push to main

Adds a new main-build.yml workflow that runs the full 7-platform build
matrix on every push to main, uploading artifacts for 30 days. Also
adds push-to-main triggers to code-quality, test, and nix-check
workflows. The nix full build now always runs on main pushes (not just
when nix packaging files change), catching the expensive breakage that
currently requires manual verification before each release.

* ci: fix permissions and clarify nix full-build intent

- narrow contents: write to contents: read in main-build.yml — no
  release assets are uploaded here so write access is unnecessary
- update nix-check comment to reflect that the full build always runs
  on push to main (not just when nix files change), matching intent
2026-03-19 14:39:09 +08:00
..
build-test.yml arm linux build? (#629) 2026-01-20 13:03:03 +08:00
build.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00
code-quality.yml ci: run full build and quality checks on push to main (#1091) 2026-03-19 14:39:09 +08:00
main-build.yml ci: run full build and quality checks on push to main (#1091) 2026-03-19 14:39:09 +08:00
nix-check.yml ci: run full build and quality checks on push to main (#1091) 2026-03-19 14:39:09 +08:00
playwright.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00
pr-test-build.yml arm linux build? (#629) 2026-01-20 13:03:03 +08:00
release.yml arm linux build? (#629) 2026-01-20 13:03:03 +08:00
test.yml ci: run full build and quality checks on push to main (#1091) 2026-03-19 14:39:09 +08:00