fix: change CI tag pattern to match all tags
auth0mock / build (pull_request) Successful in 1m15s

This commit is contained in:
2026-01-13 17:20:50 +01:00
parent 9be6275047
commit 17e661fb96
+1 -1
View File
@@ -3,7 +3,7 @@ name: auth0mock
on:
push:
branches: [main]
tags: ['v*']
tags: ['*']
pull_request:
branches: [main]