Skip to content

CDK: Hosted environment to showcase the CDK FEP docs: NOT TO BE MERGED #64

CDK: Hosted environment to showcase the CDK FEP docs: NOT TO BE MERGED

CDK: Hosted environment to showcase the CDK FEP docs: NOT TO BE MERGED #64

name: Hosted PR and Dev Deployment
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- dev
workflow_dispatch:
jobs:
deploy:
if: github.event_name == 'push' || startsWith(github.head_ref, 'hosted/')
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit