mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-29 04:59:56 +00:00
- Add pull_request trigger for PRs against master - Add 'if: github.event_name == push' to build/deploy/publish jobs - Test jobs (go-test, node-test) now run on both push and PRs - Build/deploy/publish only run on push to master This fixes the chicken-and-egg problem where branch protection requires CI checks but CI doesn't run on PRs. Now PRs get test validation before merge while keeping production deployments only on master pushes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>