Update build.yml to allow pushes to any branch

Remove branch restriction for push events, which prevents forked projects from running CI checks prior to creating a PR.
This commit is contained in:
Scott Anderson
2026-07-28 14:23:07 -04:00
parent 19ed0ba3ab
commit dcd157274a

View File

@@ -2,7 +2,6 @@ name: Build validation
on:
push:
branches: [main]
pull_request:
jobs: