You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This policy is designed to trigger deployments based on the creation of new git tags, specifically those that follow semantic versioning (e.g., X.Y.Z). It leverages regex to ensure that only tags matching the semantic version format initiate a tracked run, focusing deployment processes on versioned releases rather than branch updates.
This approach aligns deployment activities with version milestones, facilitating a clear and manageable release process.