fix(ci): run build job on tags for Docker images #676

Merged
argoyle merged 1 commits from fix-build-on-tags into main 2026-01-18 09:41:21 +00:00
+2
View File
@@ -3,6 +3,8 @@ name: schemas
on:
push:
branches: [main]
tags:
- 'v*'
pull_request:
branches: [main]
workflow_dispatch: