Skip to content

Conversation

@0Chencc
Copy link
Owner

@0Chencc 0Chencc commented Jan 29, 2026

Summary

  • Replace unified ci.yml with dedicated pr.yml and release.yml
  • Add smart path filtering using dorny/paths-filter for PR builds
  • Only build affected platforms based on file changes (core/windows/macos/linux/android/ios)
  • Skip draft PRs to save CI resources
  • Simplify release workflow to trigger directly on tags (no longer depends on workflow_run)

Changes

pr.yml (new)

  • Code quality checks always run (format, analyze, test, complexity, security)
  • Platform builds only run when affected files change
  • Supports workflow_dispatch for manual full platform builds

release.yml (rewritten)

  • Triggered directly by v* tags
  • Supports manual dispatch with tag input
  • Builds all platforms and creates GitHub Release
  • No code signing (unsigned builds)

Test plan

  • Create a PR that only changes lib/ files → verify all platforms build
  • Create a PR that only changes windows/ files → verify only Windows builds
  • Push a v* tag → verify release workflow triggers and creates GitHub Release

- Replace unified ci.yml with dedicated pr.yml and release.yml
- Add smart path filtering using dorny/paths-filter for PR builds
- Only build affected platforms based on file changes
- Skip draft PRs to save CI resources
- Simplify release workflow to trigger directly on tags
- Remove workflow_run dependency for releases
- Update action versions to v4
@github-actions github-actions bot added the ci label Jan 29, 2026
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.42%. Comparing base (72267e5) to head (88fc4e0).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage   71.42%   71.42%           
=======================================
  Files           1        1           
  Lines           7        7           
=======================================
  Hits            5        5           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@0Chencc 0Chencc merged commit 196acfd into main Jan 29, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants