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