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
This commit was merged in pull request #243.
This commit is contained in:
2026-01-13 16:32:57 +00:00
+1 -1
View File
@@ -3,7 +3,7 @@ name: auth0mock
on:
push:
branches: [main]
tags: ['v*']
tags: ['*']
pull_request:
branches: [main]