build.yml — runs on push/PR to main:
- build-linux: webkit2gtk-4.0 (Ubuntu 22.04 and earlier)
- build-linux-webkit2_41: webkit2gtk-4.1 (Ubuntu 24.04+)
Both run tests then produce a tarball artifact.
release.yml — runs on v* tags:
- Same two build jobs
- publish-release: collects both tarballs, creates a
Forgejo release with forgejo-release action
Co-authored-by: Shelley <shelley@exe.dev>