Skip to content

fix: Fixed CD stg trigger #2

fix: Fixed CD stg trigger

fix: Fixed CD stg trigger #2

Workflow file for this run

# CD pipeline for staging environment runs when PR gets merged with main branch
name: CD pipeline for staging environment
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy-to-stg:
uses: ./.github/workflows/cd-base.yml
with:
deployment_env: stg