Trigger badge sync only after build workflow completes

Use workflow_run instead of push trigger to ensure badges
update after images are actually built.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Mathias Beaulieu-Duncan 2026-02-03 03:44:45 -05:00
parent 5264393e39
commit 4ebb852202

View File

@ -1,11 +1,10 @@
name: Sync README Badges name: Sync README Badges
on: on:
push: workflow_run:
paths: workflows: ["Build and Push Flutter SDK Image"]
- 'Dockerfile.android' types:
- 'Dockerfile' - completed
- 'Dockerfile.linux'
workflow_dispatch: workflow_dispatch:
jobs: jobs: