Issue
build.yml runs tests and also builds binaries (Linux x86/arm64 + Windows) on all pushes and PRs
Proposed change
-
Split workflows:
- Create a seperate lightweight workflow that runs unit tests
- Keep build.yml focused on building and release of binaries
-
Add path filtering to the build workflow:
- Add paths-ignore filters so the workflow doesn’t run when docs only changes are made
Issue
build.yml runs tests and also builds binaries (Linux x86/arm64 + Windows) on all pushes and PRs
Proposed change
Split workflows:
Add path filtering to the build workflow: