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: schedule:
- cron: "21 21 * * *" - cron: "21 21 * * *"
push: push:
branches: ["main"] # Only trigger on tags (releases), not main branch pushes
# Publish semver tags as releases. # Main branch builds are handled by workflow_run after Translate completes
tags: ["v*.*.*"] 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: pull_request:
branches: ["main"] branches: ["main"]
workflow_run: workflow_run: