Skip to content

Conversation

@mayconrfreitas
Copy link
Member

This pull request splits the CI workflow into two separate workflows for the dev and main branches, improving clarity and maintainability of the CI process. It also updates the README badges to reflect these new workflows.

CI Workflow Refactoring:

  • Removed the unified .github/workflows/ci.yml workflow, which previously handled both dev and main branches.
  • Added .github/workflows/ci-dev.yml to handle CI for the dev branch, including build and test steps.
  • Added .github/workflows/ci-main.yml to handle CI for the main branch, mirroring the setup for dev.

Documentation Update:

  • Updated CI badges in README.md to reference the new branch-specific workflow files (ci-dev.yml and ci-main.yml).

@mayconrfreitas mayconrfreitas self-assigned this Sep 29, 2025
@mayconrfreitas mayconrfreitas added the bug Something isn't working label Sep 29, 2025
@mayconrfreitas mayconrfreitas merged commit fcef356 into main Sep 29, 2025
2 checks passed
mayconrfreitas added a commit that referenced this pull request Oct 1, 2025
add CI workflows for dev and main branches; update README badges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants