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:
parent
5264393e39
commit
4ebb852202
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user