Skip to content

Platform: Test review workflow #13

Platform: Test review workflow

Platform: Test review workflow #13

name: Hosted PR and Dev Deployment
on:
pull_request:
types: [opened, edited, reopened]
push:
branches:
- dev
- hosted/**
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
secrets: inherit