chore: trigger docker publish after translate workflow
This commit is contained in:
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user