feat(ci): add condition for tag handling in CI pipeline #79
Reference in New Issue
Block a user
Delete Branch "feat/ci-tag-handling-condition"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Includes a new condition in the CI pipeline to handle situations where
the commit is a tag. This improves the robustness of the pipeline
by ensuring that specific actions are only executed for tagged
commits, thereby optimizing the release process.