Compare commits

..

2 Commits

Author SHA1 Message Date
argoyle 7c650e7a65 Merge pull request 'fix: change CI tag pattern to match all tags' (#243) from fix/ci-tag-pattern into main
auth0mock / build (push) Successful in 2m21s
Release / release (push) Successful in 1m43s
Reviewed-on: #243
2026-01-13 16:32:57 +00:00
argoyle 17e661fb96 fix: change CI tag pattern to match all tags
auth0mock / build (pull_request) Successful in 1m15s
2026-01-13 17:20:50 +01:00
+1 -1
View File
@@ -3,7 +3,7 @@ name: auth0mock
on:
push:
branches: [main]
tags: ['v*']
tags: ['*']
pull_request:
branches: [main]