chore: trigger docker publish after translate workflow

This commit is contained in:
Henry
2026-02-19 22:30:19 +00:00
parent 37f6be52ee
commit 8a9cb8fabf

View File

@@ -9,13 +9,9 @@ on:
schedule:
- cron: "21 21 * * *"
push:
branches: ["main"]
# Publish semver tags as releases.
# Only trigger on tags (releases), not main branch pushes
# Main branch builds are handled by workflow_run after Translate completes
tags: ["v*.*.*"]
# Exclude translation files - those are handled by workflow_run after Translate completes
paths-ignore:
- 'apps/web/src/locales/**/*.po'
- 'apps/web/src/locales/**/*.ts'
pull_request:
branches: ["main"]
workflow_run: