feat: add tag trigger for CI build and push #242

Merged
argoyle merged 1 commits from feat/ci-build-on-tags into main 2026-01-13 14:56:23 +00:00
+1
View File
@@ -3,6 +3,7 @@ name: auth0mock
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]