Skip to content

Conversation

@ColtMcG1
Copy link
Owner

This pull request updates the CI workflow configuration to improve the release process and clarify workflow naming. The most important changes are grouped below:

Workflow triggers and naming:

  • Renamed the workflow in .github/workflows/dev.yml from "Publish Release" to "Development Build" to better reflect its purpose.
  • Changed the trigger for the release workflow in .github/workflows/release.yml to run on version tags matching v* (e.g., v1.0.0) instead of pushes to the master branch, ensuring releases are only published for tagged versions.

@ColtMcG1 ColtMcG1 merged commit d7cbac4 into master Sep 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants