Skip to content

Merge releases/6.x.x/6.15.x/6.15.0-rc1 into main #61

Merge releases/6.x.x/6.15.x/6.15.0-rc1 into main

Merge releases/6.x.x/6.15.x/6.15.0-rc1 into main #61

name: Release plugin to QA
on:
workflow_call:
pull_request:
types:
- opened
branches:
- 'main'
jobs:
Build-Sample-Apps:
if: startsWith(github.head_ref, 'releases/')
uses: ./.github/workflows/build-apps-workflow.yml
secrets: inherit
Deploy-To-QA:
if: startsWith(github.head_ref, 'releases/')
needs: [Build-Sample-Apps]
uses: ./.github/workflows/deploy-to-QA.yml
secrets: inherit