Skip to content

CD

CD #18

Workflow file for this run

name: CD
on:
workflow_run:
workflows: [ "CI" ]
branches: [ master ]
types:
- completed
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/deploy.yml
with:
branch: ${{ github.event.inputs.branch }}
secrets: inherit