Skip to content

VED-811 (Child of VED-720) Refactor PR and Release pipelines to move to GH Actions #9

VED-811 (Child of VED-720) Refactor PR and Release pipelines to move to GH Actions

VED-811 (Child of VED-720) Refactor PR and Release pipelines to move to GH Actions #9

name: PR Deploy and Test
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
deploy-pr-env:
uses: ./.github/workflows/deploy-backend.yml
with:
apigee_environment: internal-dev
create_mns_subscription: true
environment: dev
sub_environment: pr-${{github.event.pull_request.number}}