fix: change CI tag pattern to match all tags #243

Merged
argoyle merged 1 commits from fix/ci-tag-pattern into main 2026-01-13 16:33:01 +00:00
+1 -1
View File
@@ -3,7 +3,7 @@ name: auth0mock
on:
push:
branches: [main]
tags: ['v*']
tags: ['*']
pull_request:
branches: [main]