fix: trigger staging deploy on push to staging and after auto-promotion

This commit is contained in:
Greg
2025-07-01 16:01:18 -07:00
parent 724630965e
commit 2b9651277c

View File

@@ -1,6 +1,8 @@
name: Deploy to Staging
on:
push:
branches: [ staging ]
workflow_dispatch:
inputs:
image_tag:
@@ -8,10 +10,10 @@ on:
required: false
default: 'latest'
workflow_run:
workflows: ["Deploy to Development"]
workflows: ["Auto-Promote Pipeline"]
types:
- completed
branches: [ main, master ]
branches: [ staging ]
env:
REGISTRY: ghcr.io