Merge pull request 'fix(ci): run build job on tags for Docker images' (#676) from fix-build-on-tags into main
schemas / vulnerabilities (push) Successful in 1m21s
Release / release (push) Successful in 1m30s
schemas / check-release (push) Successful in 2m57s
schemas / check (push) Successful in 4m1s
pre-commit / pre-commit (push) Successful in 7m0s
schemas / build (push) Successful in 5m52s
schemas / deploy-prod (push) Successful in 1m6s

Reviewed-on: #676
This commit was merged in pull request #676.
This commit is contained in:
2026-01-18 09:41:09 +00:00
+2
View File
@@ -3,6 +3,8 @@ name: schemas
on: on:
push: push:
branches: [main] branches: [main]
tags:
- 'v*'
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch: workflow_dispatch: